Recent Posts

Populate form fields from URL Variables using GTM

Populate form fields from URL Variables using GTM

If your goal is to improve your visitor experience and increase conversion rates, then you will know that the less effort a visitor has to make to reach the information they are looking for, the more likely they are to convert. Having a visitor fill in a form distracts away from ...

Read More »

Implement Queue Using 2 Stacks in Java

Implement Queue Using 2 Stacks in Java

Today, we will look at how we can implement a Queue by using 2 Stacks in Java. Note that a Queue is an interface in Java and to correctly implement it fully according to the documentation, all of its method signatures must be overridden. In this case however, we are implementing ...

Read More »

Track YouTube video views in Woopra using GTM

Track YouTube video views in Woopra using GTM

In today’s Woopra tutorial we’re going to look at how to track YouTube video views in Woopra using GTM. In order to gain a better understanding of how effective our videos are, we’re going to want to fire an event each time your embedded YouTube video is Played, Paused and Reached ...

Read More »