Help Needed: Connecting Unity Analytics with Snowflake
Hi everyone, I'm currently trying to connect Unity Analytics with Snowflake but keep encountering the error message: "Unfortunately we could not process your request." I have followed the guide in...
View ArticleAnalytics - Custom events not getting displayed on Event Browser
Hi everyone, I'm having some trouble with recording a custom event using Unity Analytics, and I'm hoping someone can help me out. I’ve followed the documentation and set up my code to record a custom...
View ArticleAnalytics documentation not up to date ?
How are we supposed to send custom event these days ? The doc https://docs.unity.com/ugs/en-us/manual/analytics/manual/record-custom-events says : CustomEvent myEvent = new CustomEvent("MyEvent") { {...
View Articleunity analytics data not showing up
Hi. analytics is enabled on the cloud and also environment is set right. but on client when I check this line of code: Debug.Log($"analytics enabled: {Analytics.enabled}"); it shows false and nothing...
View ArticleIs there a way to just send an event with an int? it seems I can only send...
Hi, I'm trying to wrap my head around these new analytics. right now I'm using Analytics.CustomEvent for any custom analytics I want to send. But it only accepts an int. For example I want to send the...
View ArticleWHY? Is it so hard to track analytics on consoles?
I'm kind of running around now like a headless chicken looking for an analytics tool for consoles. We do not want to use Unity Analytics (we think it is overpriced and that we can do much better)...
View ArticleUnity Analytics collects data even though it is disabled
Hey, I use IAP in my app. For privacy/legal reasons I want to disable Unity analytics or at least the collection of data. So far I have the following code when starting the app: Code (CSharp):...
View ArticleSome clarifications please on custom events (500 custom events per MAU)
Hi, My understand on the custom events based on the documentation is very foggy, can someone please clarify (for free tier) 1. How to understand '500 custom events per MAU' ? say, the DAU is 10,000,...
View ArticleSQL noob question
Hi Noob question I assume.. But I am new to SQL and i seem to fail hard from the start. I got an event that has a string and an integer parameter. (tripple checked in the event) But in the SQL Browser...
View ArticleAudience by country
I'd like to create an audience for specific locales, so I can send Push Notifications in the appropriate language. When creating an audience based off the users country, what should I be checking...
View ArticleMultiple crashes in Unity Analytics
We just released an app update on iOS and are seeing multiple crashes in Crash Reporting. They are all different, but have two things in common: 1. The main thread callstack shows something...
View ArticleCopy events/parameters in event manager between project environments
Hi, like in the title. Is there a possibility to copy events and parameters between the project environments or do I need to create every single one multiple times whenever I create new environment?
View ArticleData Collection for IAP
I am building an iOS game that uses Unity's IAP, but no ads, currently using Unity's free plan. It would be nice to not track any data as that would make my legal documentation much simpler. Here's the...
View ArticleCustom Event AnalyticsResults always comes back as NotInitialized
I've set up Analytics but when trying to send a custom event, the result always comes back as NotInitialized even though analytics state says initialized. Code (CSharp): async void Start() {...
View ArticleGo to the Editor to enable Unity Analytics for your project
Hi, this is the 3rd clone of the same project I have tried to make but on each one they all still just say "Go to the Editor to enable Unity Analytics for your project" I've even tried to set custom...
View ArticleAnonymous analytics data
I'm trying to get my head around data privacy. I use unity analytics in my game but I don't need any personal identifying information. From what I understand, unity analytics automatically collects...
View ArticleUS Export Compliance / encryption
“U.S. export laws require that products containing encryption be properly authorised for export” https://developer.apple.com/library...sConnect_Guide/Chapters/SubmittingTheApp.html Does Unity Analytics...
View ArticleUnity Analytics not collecting data
Hello everyone, I'm trying to set up Unity analytics on my game. I set it up following a tutorial made by code monkey but since then the data hasn't been populated at all. I ran the game in the editor...
View ArticleIs it possible to fix previous invalid events?
Hello everyone, I'm facing an issue with Unity Analytics where my "levelWin" event is being marked as invalid. Here’s what happened: Missing Parameter: When defining my "levelWin" event, I initially...
View Article