英文:
Google Analytics GA4 tracking package for .NET
问题
看起来我无法找到支持Google Analytics - GA4页面和事件跟踪的NuGet包。你们中有人知道吗?他们将在几周内停止支持使用通用属性,我需要将我的UWP应用迁移到GA4。所以,.NET Standard 2.0的NuGet包非常需要。欢迎提供替代方案。也许可以考虑使用Google Tag Manager,我不太确定。感谢你的帮助。
英文:
It seems that I am unable to find any nuget package that supports Google Analytics - GA4 page and event tracking. Any one of you are aware of it? They are stop supporting using universal properties in a few weeks and I need to migrate to GA4 my UWP app. So a nuget package for .NET Standard 2.0 is much needed. Alternatives are welcome. Maybe Google Tag Manager, I am not sure.
Thanks for your kind help.
答案1
得分: 1
This page says you can use "Python (or ... any language of your choice) that can make this call" to send GA4 events: https://codelabs.developers.google.com/codelabs/GA4_MP#4
Also check out this SO answer: https://stackoverflow.com/questions/50941663/sending-google-analytics-events-programatically-from-server-side-not-working
英文:
This page says you can use "Python (or ... any language of your choice) that can make this call" to send GA4 events: https://codelabs.developers.google.com/codelabs/GA4_MP#4
Also check out this SO answer: https://stackoverflow.com/questions/50941663/sending-google-analytics-events-programatically-from-server-side-not-working
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论