显示ad图片,接入点击统计

This commit is contained in:
xu_yanfeng
2025-01-18 21:57:27 +08:00
parent d20da42c31
commit 115c4f90cf
8 changed files with 87 additions and 12 deletions

View File

@@ -78,6 +78,14 @@ export enum GA_EventName {
Hierarchy = "hierarchy",
Inspector = "Inspector",
EngineVersion = "engine_version",
/**
* 用户点击store广告链接
*/
ClickPluginLink = "click_plugin_link",
/**
* 用户主动关闭store广告
*/
CloseAd = "close_ad",
}
export enum GA_Button {
Github = "github",