mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-11-03 03:45:25 +00:00
显示ad图片,接入点击统计
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user