Commit f25726cf authored by zhangzhe's avatar zhangzhe

添加埋点

parent c43b5994
fileFormatVersion: 2
guid: e8fc61bed8a2640c7a2c6d5a51574621
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: 9b3f9e305d4804719b5f4505912accf2
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: a75f8ac9bc3f8414cb9b1aca48735084
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
...@@ -18,6 +18,8 @@ public class HSRPGetDialog : MonoBehaviour ...@@ -18,6 +18,8 @@ public class HSRPGetDialog : MonoBehaviour
private void OnEnable() private void OnEnable()
{ {
AdUtils.showFeedAd("HandSpeedRedPacketFeedAd"); AdUtils.showFeedAd("HandSpeedRedPacketFeedAd");
EventUtils.OnEvent("sshb_showGetDialog");
} }
/// <summary> /// <summary>
...@@ -35,6 +37,8 @@ public class HSRPGetDialog : MonoBehaviour ...@@ -35,6 +37,8 @@ public class HSRPGetDialog : MonoBehaviour
{ {
AudioUtils.ins.PlayBtnAudio(); AudioUtils.ins.PlayBtnAudio();
EventUtils.OnEvent("sshb_clickTakeButton");
HSRPVM.RequestInternetForTakeReward(); HSRPVM.RequestInternetForTakeReward();
gameObject.SetActive(false); gameObject.SetActive(false);
......
...@@ -149,10 +149,31 @@ public class AdUtils ...@@ -149,10 +149,31 @@ public class AdUtils
else if (actionName.Equals("video_reward2")) else if (actionName.Equals("video_reward2"))
{ {
EventUtils.OnEvent("reward_onlinePacket2", "激励视频_晃动红包"); EventUtils.OnEvent("reward_onlinePacket2", "激励视频_晃动红包");
}else if (actionName.Equals("caomei_addProcess")) }
else if (actionName.Equals("caomei_addProcess"))
{ {
EventUtils.OnEvent("caomei_video_show"); EventUtils.OnEvent("caomei_video_show");
} }
else if (actionName.Equals("shiwu_tijiaoaddress_ad"))
{
EventUtils.OnEvent("shiwu_tijiaoaddress_ad", "看提交收货地址广告");
}
else if (actionName.Equals("shiwu_tijiaoname_ad"))
{
EventUtils.OnEvent("shiwu_tijiaoname_ad", "看提交收货人姓名广告");
}
else if (actionName.Equals("shiwu_tijiaophone_ad"))
{
EventUtils.OnEvent("shiwu_tijiaophone_ad", "看提交收货人电话广告");
}
else if (actionName.Equals("shiwu_tishengpaiming_ad"))
{
EventUtils.OnEvent("shiwu_tishengpaiming_ad", "看实物奖励提升排名广告");
}
else if (actionName.Equals("hot_lunch_reward"))
{
EventUtils.OnEvent("hot_lunch_reward", "热启动广告");
}
} }
public void onAdVideoBarClick() public void onAdVideoBarClick()
......
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
"url": "https://packages.unity.cn" "url": "https://packages.unity.com"
}, },
"com.unity.ext.nunit": { "com.unity.ext.nunit": {
"version": "1.0.6", "version": "1.0.6",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
"url": "https://packages.unity.cn" "url": "https://packages.unity.com"
}, },
"com.unity.ide.rider": { "com.unity.ide.rider": {
"version": "1.1.4", "version": "1.1.4",
...@@ -21,14 +21,14 @@ ...@@ -21,14 +21,14 @@
"dependencies": { "dependencies": {
"com.unity.test-framework": "1.1.1" "com.unity.test-framework": "1.1.1"
}, },
"url": "https://packages.unity.cn" "url": "https://packages.unity.com"
}, },
"com.unity.ide.vscode": { "com.unity.ide.vscode": {
"version": "1.2.3", "version": "1.2.3",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
"url": "https://packages.unity.cn" "url": "https://packages.unity.com"
}, },
"com.unity.test-framework": { "com.unity.test-framework": {
"version": "1.1.20", "version": "1.1.20",
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"com.unity.modules.imgui": "1.0.0", "com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0" "com.unity.modules.jsonserialize": "1.0.0"
}, },
"url": "https://packages.unity.cn" "url": "https://packages.unity.com"
}, },
"com.unity.textmeshpro": { "com.unity.textmeshpro": {
"version": "2.1.1", "version": "2.1.1",
...@@ -48,14 +48,14 @@ ...@@ -48,14 +48,14 @@
"dependencies": { "dependencies": {
"com.unity.ugui": "1.0.0" "com.unity.ugui": "1.0.0"
}, },
"url": "https://packages.unity.cn" "url": "https://packages.unity.com"
}, },
"com.unity.timeline": { "com.unity.timeline": {
"version": "1.2.17", "version": "1.2.17",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
"url": "https://packages.unity.cn" "url": "https://packages.unity.com"
}, },
"com.unity.ugui": { "com.unity.ugui": {
"version": "1.0.0", "version": "1.0.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment