display number of users per month in google analytics - google-analytics

I want to create a bar chart that display the bar + number of qty of total users visited the site in google analytics so that I can export it as pdf. As it is now it only display line charts which only display the total number for each month when hovering over the chart values in the the browser. If I export it to pdf it does not show me the qty of users in the line chart. I would like to display it like in this image..
Can this be done in google analytics?

You can get it done by using Google Analytics Spreadsheet Add-on. You'll need to use the Add-on to pull the data from Google Analytics, to your Google Sheet in order to generate your chart.
Creating the report
Install the Google Analytics Spreadsheet Add-on by following the steps defined here.
Once installed, create a new spreadsheet on Google Sheets.
Select "Add-ons" > "Google Analytics" > "Create new report".
On the "Create a new report" sidebar, name your report as "Monthly Users Report" and select the view where the data will be pulled.
Under Dimensions, select "Month of the year".
Under Metrics, select "Users".
Click Create Report to create the report.
You should now see a Report Configuration Sheet being created.
Configuring the report
Now you'll need to enter the date range for your data. For example purposes, lets put 2018-01-01 as the start date, and 2018-12-31 as the end date.
Now run the report to fetch the data. To do this, select "Add-ons" > "Google Analytics" > "Run reports".
Once successfully run, you should see a new Sheet being created with the name "Monthly Users Report.
Generating the chart
Create a new sheet.
Select "Insert" > "Chart". You should see the Chart editor.
Under the Data tab, enter 'Monthly Users Report'!A15:B27 as the Data range.
Under the Customize tab, select "Series" and make sure Data labels is checked.
All done! Feel free to customize the chart accordingly.
Hope that helps!

Related

Firebase Analytics retention analysis by day

How to view Retention Analysis in Firebase Analytics by day?
I only see by weeks, I want 1 day for example 20% 2 day 10% , for each day so that the retension can be seen.
I was looking for this too and was baffled that it didn't exist "out of the box". But you can do the following:
Inside Firebase Analytics Dashboard:
Click "View more in Google Analytics" (unless you already are at the Google Analytics webpage)
Now from left-side panel press "Explore"
Click "Blank" (will create a new "Exploration")
Next to the "Free form 1"-tab there should be "+" sign, press it
Click "Cohort exploration" (1. in image)
Now change "Cohort Granularity" to Daily (from Weekly) (2. in image)
Voila! Pain but it works...
I believe this is a similar question as this: Firebase: How to see retention month by month?

How to select Event name when adding Custom dimension

I created events on my website using gtag("event", "qualify", { site: "Example site" }) and I can see the data is being sent to GA (real time report).
Now I want to create a report showing all users that qualify (event) with the site name (event parameter). I read that I need to create a Custom dimension. Where do I select the Event name?
In my experience, you have no possibility to select the Event name. If some of your events have parameters with same names, GA will create one custom dimension. This dimension will displays in reports of every event, which has parameter with selected name.

How to measure the Firestore read and write counts on Stackdriver

I need to monitor real time reads/writes counts of my Firestore database.
I've already created the dashboard with the metrics and the image attached shows the current configuration.
However, this displays a rate (per second). How do I calculate the actual counts? Or is there a different aggregation aligner?
If you would like to add ‘count’ into your existing chart, here are the steps:
on the Dashboards page, click the 3 dots on the top-right of your chart, select ‘Edit’ from the pop-up menu;
On the ‘Edit Chart’ page, under ‘METRIC’ tab, click ‘+ ADD METRIC’, select the ‘Resource type’ you desire and the Metric such as ‘Document Reads’ or ‘Document Writes’, then select ‘count’ in the dropdown list of ‘Aggregator’ and save the change.

In Google Analytics - how do I link directly to today's statistics?

In Google Analytics, I am trying to create a link that navigates directly to today's statistics.
When choosing today's date from the menu, it populates the URL with the date range selected, as follows:
.../_u.date00=20190130&_u.date01=20190130/
Is it possible to create a dynamic populates today's date? Such as:
.../_u.date00=today()&_u.date01=today()/
In an unsupported way, you could set your dates to something in the future:
.../_u.date00=21190130&_u.date01=21190130/

How to customize an Axapta report "SysReportAuto" ?

I know how to modify a 'physical' report with a defined name, and called from a button. But, in Axapta there are some reports called from the print button in the toolbar.
How can one modify a system report like 'sysreportauto'?
The fields shown in the auto report comes from the AutoReport field group on the table.
You can, as a user, change the auto report, by clicking Edit\New, then choose the fields you would like to see.
You can also specify group totals in Select\Sorting, and grand totals in Select\Print options.

Resources