4 years ago… and now a new home
It is incredible that nearly 4 years passed since I opened a new folder on my laptop and started to build this Google Tag Manager WordPress plugin. And now, it is time to move to this new domain where the growth of the plugin can be supported much easier. Let me give you a brief history and some details about plans around this plugin.
It is incredible that nearly 4 years passed since I opened a new folder on my laptop and started to build this Google Tag Manager WordPress plugin. And now, it is time to move to this new domain where the growth of the plugin can be supported much easier. Let me give you a brief history and some details about plans around this plugin.
A brief history
4 years ago I was looking for a plugin that could be used on WordPress sites to setup measurement using Google Tag Manager.
Although there were some plugins out already, none of them included features I was looking for. Most WordPress users like this CMS because it is very easy to setup and most valuable plugins give users lots of advanced features without the need to code. And Google Tag Manager can be a very complicated tool if you dig deep and try to measure lots of advanced features, like enhanced ecommerce with WooCommerce.
If some of you remember, in the summer of 2013 GTM and the UI of GTM was very basic. You was not even able to track link clicks without the need to code. 🙂 Google only released auto event tracking in October 2013. So I was looking for a plugin that could give WordPress users the ability to track those events. Events that were already build into several popular Google Analytics plugins. Events like email clicks, outbound clicks or clicks to downloadable files like PDF or XLSX.
Because no such plugin existed, I opened a new folder and started to create this plugin and it’s very first version v0.1 🙂
4 years passed since then and lots of new features has been added in the past 4 years. Sometimes I had less time to code but I always bounced back to release a new version.
The present
The full name of the plugin includes my general nickname. While uploading the very fist version, WordPress.org did not allow me to create a generic name like “Google Tag Manager for WordPress”. I was always a bit afraid when will I be punished by Duracell to use this trademark. 🙂 Since their website is also using WordPress, this has been always a threat for me. My best friend give me that nickname some 15 years ago when I was not even a professional. But time has come to change the plugin name and remove that nickname. So Hey Duracell, if any of you read this: I hope you will be satisfied with this move. 🙂
Having this small name change, it was also time to move on to a new domain.
With this change, I am also more open to introduce some more advanced services in the near future.
The future
The plugin has to remain free of charge. This was always my point of view when someone asked me why I am not releasing a paid version with paid features.
Why?
Because having those features and being able to correctly use them is not necessarily the same. Some of you are advanced marketers who already know how to harvest the power of Google Tag Manager. Some of you might be also able to write your own WordPress plugin and make it free to everyone. And this would simply end a paid version of my plugin. Generally I think that the features should be free for everyone so that those who are already familiar with GTM can easily setup a container with lots of interesting features.
But I can also see that more and more people are eager to learn to use Google Tag Manager. They understand that there is much more in it as placing the container code into the right place of your website source. I plan to launch some official paid services on this site soon that will help you to learn and use GTM and digital marketing much better.
Thanks Tamas for a such a great plugin. It greatly simplifies the setup of GTM on WP.
Thanks for your kind words 🙂
The weather API is not working? Should looking into it. Thanks for the great plugin.
geoplugin.net blocks IP->LatLon requests even on my own test site which does not have any traffic. Currently, I am testing a switch to ip-api.com which seems to me working on my test site now. If this keeps working, it will be included in the next plugin version
WOW! That will be great. I have another geoplug in for you:
// Set up variables for the API call
var endpointgeo = ‘https://freegeoip.net/json/’; // Free HTTPS GeoIP API
var latitude = ‘Undefined’;
var longitude = ‘Undefined’;
var weather = ‘Undefined’;
var temperature = ‘N/A’;
var temperaturevalue = ‘N/A’;
Check for more details, it works, you can consider intergrate too, thanks for such awesome plugin.
Thanks, this API has far more free quota as ip-api.com
I updated the plugin to use this service for IP->geo conversion
is the plugin updated? i should updated and try it again
yes, v1.7.2 already uses freegeoip.net