Analytics not tracked for Firebase Dynamic link created with custom domain - firebase

I created a Firebase dynamic link with custom domain from the Firebase Console then the Firebase dynamic links analytics is not tracking the clicks even after waiting for 3-4 days.
If I create a Firebase dynamic link without custom domain then the analytics is tracking properly.
It seems this issue is specific for dynamic links created with a custom domain.
Could anyone help me with tracking analytics for Firebase dynamic links with custom domain?

Related

firebase, GA4 referral exclusion list

How can I add a domain to the referral exclusion list for apps using Firebase?
Firebase has been tracking IOS and Android apps but we have an external login domain that I´ve to make sure is not ´breaking´ our sessions.
However, I cannot find documentation on how to do this for apps. Even trying to do that with GA4 is not working as when I go to data stream/´select the app stream´/additional settings.. it doesn't give me the option to add a tag as it does for web.
New to firebase so insights are appreciated
thank you

No Customise option for Google Analytics Dashboards coming from Firebase

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?

How can I track source of app install and conversions in Firebase?

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

Firebase Dynamic links Analytics not shown?

I am exploring the dynamic links in firebase. My requirement is I will have an sms in my cell phone, which will have a short link and upon click of this link I will open a web page (later we might integrate this with a page in the app)
So I created fire base account and setup an app using my personal gmail account.
Am using their post api with the right api key to generate short urls. (getting warning about the phishing issues which I am ignoring for the time being)
Upon clicking the urls (short link/preview link) I can go to the appropriate URL I have configured.
now I am trying to see the analytics around this dynamic url but dont know why I cannot see anything.
I am checking Grow -->DynamicLink--> Selected My app and I expect the dynamic link generated in above steps to appear here but I cannot see anything.
I am going to analytics -->Events it is asking me to add an app to see the analytics which is not the case for now as I am just hitting the url on the browser directly.
Please let me know if I am doing the right thing?
One of the main use cases (as mentioned in firebase docs) of the firebase dynamic links is web to app conversion and your app must contain the firebase SDK. Once the user comes to the app through the dynamic link, firebase SDK fires the appropriate events. These events can be tracked from analytics -> Events.
But your use case is different you are creating dynamic links for the SMS and after clicking user comes to the website and there is no firebase SDK installed in your website hence no analytics (although firebase will measure some events like click, etc) on the analytics -> Events.
If you want to see the analytics, you will need to create a dynamic link in the firebase console manually or use the dynamic link analytics api.
In short, API created dynamic links can only be tracked if firebase SDK is installed in your app and after that, you need to add that app to firebase analytics -> events section. According to your use case, my suggestion would be to either create dynamic links from console manually or use the dynamic link analytics api

how to use google analytics records from my admin panel

i am new in google analytics
my problem is
suppose my website is www.abc.com and my admin is www.adminabc.com
then
i have create google analytics account and add my website(www.abc.com) detail on it. now i have get google analytics records of my website into my admin(www.adminabc.com) then how it possible?
i am working on asp.net c# and also i have get tracking id,client id,etc....from google analytics but i coudn't find how to display google analytics charts and report on my admin panel
If you have 2 options:
Track www.adminabc.com as a new site under the same google analytics account. You can switch between the two sites. See instructions here - https://sridharkatakam.com/add-new-website-google-analytics/
Track www.adminabc.com under the same site as www.abc.com. It will be just like another page in the same site. For that you need to report to google the same tracking id as defined for www.abc.com. Just add the tracking code with www.abc.com tracking id to www.adminabc.com pages.
From your old account you can give access to your new account. After which you can manage it from your new google analytics account.
For more information you can check this out.

Resources