A new script is out again! This is an easy but quite powerful one. The script lets you pause (and then activate) all your currently active campaigns by changing a cell value in a Google Sheet. If you frequently need to pause or activate entire account for your client (e. g. due to lead overflow), […]
Below First Page Bid Checker Script for Google Ads
A new script is out! Do you find it difficult to monitor your top keyword bids so you always stay above the first page bid? This new script is here to help you. What does it do? It pulls all keywords with impressions from your account (not MCC level!). It finds the top X keywords. […]
How to Get Google Ads Lead Forms to Google Sheets and Get Notified via Email?
Google has recently released a new extension type called “Lead form extensions”. The new extension allows your customers to submit contact forms directly from the search engine without having to visit your page. This is a great addition to the extension portfolio especially for the service oriented businesses. This article will help you automate processing […]
How to Get Facebook Ads Data to Google Sheets?
So you’ve been running your Facebook campaign for a while and now it’s time to make a simple dashboard in Google Sheets. The main question is: How can I download Facebook Ads data to Google Sheets? The answer is Supermetrics for Google Sheets. The Process First of all, you need to install Supermetrics for Google […]
Persistent User Defined Functions Now Supported in BigQuery!
Finally, BigQuery users have option to save their custom functions so they can be re-used across the project. Up until now, you could only create a UDF function within a query but you could not save the query as a view for example. Luckily, the times are changing now. But why should you care?
How to Get Facebook Leads to Google Sheets and Get Notified via Email?
Have you ever wondered how to get Facebook Leads into Google Sheets and also send the leads via email immediately after the lead is recorded by FB? In this article, I will show you one of the many options to solve the problem within 30-45 minutes.
Supermetrics for Google Data Studio: a Biased Review from a Power BI Fan
If you are a frequent visitor of this blog, you probably already know by now that I’m a big Power BI fan thanks to its endless customization options, especially in the Power Query editor. However, I will take a step back today. Not everybody needs to have an advanced and super-customized reports. In this article, […]
FREE No-DAX Calendar for Power BI – No More Copying!
Have you ever imagined how nice it would be if you did not have to create your Power BI calendars in DAX or in Power Query? Here is the solution. FREE Always updated calendars in Google Sheets for everybody.
Merge vs. Append in Power BI in Power Query Editor
Let’s get to Power BI basics today. You might be wondering, what’s the difference between “Merge” and “Append” button in Power BI‘s Power Query Editor. This article will explain that. The short story is that: The Merge button is an equivalent of JOIN in SQL. It’s also similar to LOOKUP function in Excel, but behavior […]
Working with Arrays in BigQuery SQL to Manipulate Text
Proper knowledge of array manipulation in SQL is a must have for every data analyst (or marketer). This article will cover how to manipulate text strings in arrays along with error handling. Task 1: Creating an Array Creating an array is a quite easy process. Imagine you want to create an array of 2 text […]