This commit is contained in:
2026-05-22 15:54:24 +08:00
parent a9497b537d
commit 66a76d651e
152 changed files with 502 additions and 790 deletions
+2 -2
View File
@@ -369,11 +369,11 @@ public class AdRedeemManager
if (type == "success" && successTrackKey != null)
{
TrackKit.SendEvent(Property.adEvent, successTrackKey, Int32.Parse(suffix));
// TrackKit.SendEvent(Property.adEvent, successTrackKey, Int32.Parse(suffix));
}
else if (type == "click" && clickTrackKey != null)
{
TrackKit.SendEvent(Property.adEvent, clickTrackKey, Int32.Parse(suffix));
// TrackKit.SendEvent(Property.adEvent, clickTrackKey, Int32.Parse(suffix));
}
}