Link to AnalyticsEvent scripting reference is broken. Has it been shifted?

I can’t seem to find any dedicated page in scripting reference which details all the standard events, specifically there is not AnalyticsEvent class in scripting reference. Manual for Analytics does link that page but the link is broken. Is there some other place where the entire scripting reference for unity analytics is available?

Thanks

Can you share the links that you referring to? This may help although it’s not the scripting reference https://docs.unity3d.com/Manual/UnityAnalyticsStandardEvents.html In case there are some bad links, what information are you looking for?

Hi, sorry for a little late reply.
The manual page you linked, links to following page in scripting reference - https://docs.unity3d.com/ScriptReference/Analytics.AnalyticsEvent.html

however, not only the link is broken, apparently scripting reference does not contain any documentation of AnalyticsEvent class.

More precisely, I was hoping to find an exhaustive documentation on AnalyticsEvent class and standard events along with exact method signatures as is normally expected to be found in the Unity Scripting Reference.

@Sarthak123

Yeah, there are some issues when transitioning to Package Manager where the scripting reference is not generated in some cases. We are working to resolve that.

In the meantime, the older links still work and it’s unlikely they are out of date:

Also, if you are only interested in the method signature, that is usually available in your IDE. (For example, in Visual Studio, if you press F12 while highlighting a class or variable, it will either open the file where it is defined or show you the relevant metadata, but either way, you can see the method signatures.)

Hey, this is still broken! We’re still exploring options for analytics and it’s really bad for confidence in the solution that the documentation is several years out of date!
Worse, it looks like the latest package manage docs are just as broken and out of date.
https://docs.unity3d.com/Packages/com.unity.analytics@3.5/manual/index.html

@inkletom We are rearchitecting the entire Analytics system later this year, so we are not putting effort into the current docs. For now, this may help Unity - Scripting API: Analytics.Analytics.CustomEvent

Thanks! Can you add that note to the current docs? It’d have been really good for me to know that as I started looking at implementing!