When analysing your website data, one important thing to consider is what data is relevant for you and what is not. Excluding the data generated by developers or website administrators makes a lot of sense, as what they usually do … Read More
How to manually add Google Tag Manager to a WordPress website
What is Google Tag Manager? Simply put, Google Tag Manager is a user-friendly solution that allows you to add and maintain HTML/JavaScript snippets that send data to third-parties, on your website or mobile app. Instead of adding multiple scripts on … Read More
Adding additional functionality to a WordPress website via Functionality plugin
Traditionally, adding new functions to extend the functionality of a WordPress site is achieved by adding the code snippets to the active theme’s functions.php file. That approach proves working but there are a few drawbacks. First of all, if the … Read More
Using YouTube Data API v3 to get channel data and store it in a database
Once the script that would get data from a certain YouTube channel worked (more details here) there were a few modifiations done in order to make it function in a way that would meet the requirement of automated influencers reach … Read More
Using YouTube Data API v3 to get a channel’s subscribers and lifetime views
One of the requirements of the Influencer Relationship Management System was to provide the functionality to automatically update the reach a YouTube channel subscribers and lifetime views. That was achieved by using YouTube Data API v3, which provides access to … Read More
Login component for an eCommerce website
A case study based project which was part of a Web Technology Integration unit at Bournemouth University, BSc (Hons) Computing degree. The project’s requirement was to build a login/signup system for an eCommerce store. The system had to: Allow an unregistered … Read More