Save valuable time in Google Data Studio with page level filters and data sources.
1) Click on ‘page’ on the main navigation bar and select Current Page Settings
2) Now you can Select Data Source or Add A Filter at the page level 🙂
Please be sure to check out other Google Data Studio tips & tid bits before you leave! Choose Mr Tid Bit for all your digital marketing tips, tricks and tid bits
Ever wanted to setup Google Tag Manager tags without access to a website or in a safe environment, with no risk & a bit of proactivity? Get ahead and proactively test tagging and tracking without any backend access.
To get started head to the Chrome Store and download the Digodat Tag Manager injector extension ➡️ shorturl.at/ivT34
Next go to Google Tag Manager and create a new account – just sign in at the top right of ➡️ shorturl.at/doDQ6
Now – Pick a website you want to test the tagging for – prior to an activation or onboarding and enter the URL in the URL box.
Copy the newly created Google Tag Manager container ID – go to the website you are testing, and within the Digodat extension you can insert the GTM container in what is best seen as a testing mode. No impact or effect on actual tracking but provides a good framework for testing tags and triggers ahead of setup for a new client
Our website is new but building. Our next GTM tidbit will extend setup here to include basic variables and triggers. In the meantime Please check out our other Google Tag Manager Tid Bits
Often in a time series chart in Google Data Studio we want to reference particular key events: website updates, important media activations etc. We can do this in Google Analytics & Google Ads but there is not an out the box way to add a note or annotations in Data Studio.
There is a current workaround. Adding a new custom metric
Click +Add A Field in a time series chart in which you want to add a particular event or date (easy way to access this is to click on the time series chart and look in the bottom right of screen as below)
We have used the below script to change the metric for DATE to set a value of 1 – the 1 being the additional value we need to see in the time series chart.
CASE
When Date = DATE '2021-08-18' THEN 1
END
Your Google Data Studio annotation should now be visible in the time series chart. If not –
Still not working? Check our potential fixes below
If your graph looks like the below (and you can see the metric in the legend but cannot see the bar itself).
Click on your time series chart and go the In the style section towards the top right of the screen
Set the axis max value for the bar chart attached to the metric as 1. In our example this is the LEFT Y-AXIS
We just want to ensure finally the axis is set to the opposite of the 1 value – so above we found it was set on the LEFT Y-AXIS so just want select RIGHT.
Now if your chart is showing a line instead of a bar. Simply change the value to a bar chart. To do this select your time series chart. Go to STYLE in the top right. Change the appropriate metric to a bar
Stuck still? Feel free to add a comment below and we can help you through! If you got something out of this feel free to share, rate the article or comment below!
Often when adding tracking in Google Tag Manager you will be redirected to a thankyou page. In the Google Tag Manager preview mode the click event is lost here which makes identifying variables to assign to the click difficult. This also created fake form submissions in a business account. (see also our post on the Chrome extension for excluding your IP data in GA).
To combat thus – Simply enter the JavaScript console (Ctrl+Shift+J in Google Chrome) and enter the following script: