换皮
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user