So I ran into an issue where I needed to be able to track conversions in Google AdWords for forms that were using Gravity Forms. While this example talks about how to do this you could really use this with any form submission to thank you page or confirmation...
Here are ways to either reduce Gmail storage use or work around it, listed in order of complexity. The easiest way to reduce the used quota for a user is to delete old messages that are using space in the mailbox. See the Your storage limit article for instructions on...
So finding or building a decent Google Analytics report can take time. Here is one of my go to reports when looking for a decent collection of data. It contains items like Sessions, Pageviews, Average Session Duration. Some show an overall month and others show time a...
This goes in the form page within the header with the public site key where the X's are. <script src=”https://www.google.com/recaptcha/api.js?render=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX”></script> <script> grecaptcha.ready(function() {...
So if you have jQuery and the gtag method for Google Analytics running on your site you can add the following code to the head tag of your site. jQuery( document ).ready( function() { jQuery(“a[href^='tel']”).on(“click”,function(){ gtag(...