According to Google's documentation:
https://support.google.com/analytics/answer/1068218?hl=en
I can create customised dashboards in the Google Analytics home page by using the left panel menu.
However I cannot find this button for a project that I have imported from Firebase.
Is there really no way to have custom dashboards for such imported projects?
Is my only alternative to start over with a new Google Analytics project?
Or can do something from the Firebase side?
Related
am trying to use Google analytics on my laravel project so I can see the statistics of visitors and am trying to set it up on my project with this tutorial, so I did everything but when I needed the view_id I couldn't find it in my dashboard.
We want to embed a Google Data Studio dashboard in the admin side of our application, which
is installed on our customers' websites.
Customers can login to the admin and see the data linked to their account, such as analytics.
The Google Data Studio dashboard includes connectors to our database and to Google Analytics.
Data from Google Analytics must be filtered per customer, with a segment that includes data
from their website only.
How to dynamically add a Google Analytics segment to our dashboard ?
I found that it is possible to pass parameters in the embed link, but how to use
these parameters to filter Google Analytics data dynamically ?
Thank you.
It doesn't seem possible to do that unfortunately. We ended up creating Data Studio sheets manually and adding the right parameters for major customers.
We are moving to a custom data dashboard linked to the Google Analytics API (not using Data Studio).
I have installed Firebase for my app and I would like to track which marketing channel is driving apps open and my in-app conversions (tracked in Firebase already).
I have tried using utm tracking links that goes to Google Play and iTunes; however I couldn't find any source data in Firebase: all conversions are attributed to "direct"
I then tried using Dynamic Links in Firebase console to create dynamic links that include campaign tracking parameters. Same result as the utm tracking links I created
Questions:
Is Firebase recognising utm tracking links by default? Or there has to be additional coding done when implementing Firebase SDK?
Similarly for dynamic links: I have only created the links via Firebase console but haven't been doing any coding changes within my app. Is there anything I need to do so that my app open and conversions can be attributed to the source I specified in the dynamic link settings?
Thanks!
Raymond
I want to add google analytics Behavior Flow reports(embedded or from api) to my website. Is it possible ?
No you can not take the Google Analytics dashboard and display it on another website. The best option is to use the Embedded API.
In the Google Analytics console I can easily create charts and add them to dashboards. But how can I display those charts or dashboards on a 3rd party website?
I've seen the Embed API, but it looks like the definition of the reports is always in the Javascript. Is it not possible to say something like display the dashboard that I already created which name/id is XYZ?
Or is there a way, when creating a report in Google Analytics, to get its definition so that I can easily use it? I saw Query Explorer but it doesn't help.
No you can not take the Google Analytics dashboard and display it on another website.
The best option there is to date is the Embedded API which you mentioned. Although it has its limitations. The Embedded API is designed to display a specific users Google Analytics Dashboard who ever is logged in. If you are trying to share the information from your account with other users it wont work unless they also have access to your Google Analytics account.
The Query Explorer shows you what the google Analytics API is capable of. You can develop your own tool to show this information to your users.