|
@@ -132,6 +132,7 @@ typedef NS_ENUM(NSInteger, YHEventReportPointName) { |
|
@@ -132,6 +132,7 @@ typedef NS_ENUM(NSInteger, YHEventReportPointName) { |
132
|
YHPN_NETWORK_IMAGE_TIMEOUT,//图片网络事件-网络超时
|
132
|
YHPN_NETWORK_IMAGE_TIMEOUT,//图片网络事件-网络超时
|
133
|
YHPN_NETWORK_IMAGE_CODE_ERR,//图片网络事件-有错误码返回的错误
|
133
|
YHPN_NETWORK_IMAGE_CODE_ERR,//图片网络事件-有错误码返回的错误
|
134
|
YHPH_MEMORY,//内存使用状态
|
134
|
YHPH_MEMORY,//内存使用状态
|
|
|
135
|
+ YHPN_AD_UNION,//联盟激活事件
|
135
|
};
|
136
|
};
|
136
|
|
137
|
|
137
|
typedef NS_ENUM(NSInteger, YHEventReportType) {
|
138
|
typedef NS_ENUM(NSInteger, YHEventReportType) {
|
|
@@ -157,6 +158,7 @@ typedef NS_ENUM(NSInteger, YHPointType) { |
|
@@ -157,6 +158,7 @@ typedef NS_ENUM(NSInteger, YHPointType) { |
157
|
YHPT_LIFECYCLE,
|
158
|
YHPT_LIFECYCLE,
|
158
|
YHPT_BUSINESS,
|
159
|
YHPT_BUSINESS,
|
159
|
YHPT_PERFORMANCE,
|
160
|
YHPT_PERFORMANCE,
|
|
|
161
|
+ YHPT_AD
|
160
|
};
|
162
|
};
|
161
|
|
163
|
|
162
|
#define YHEventReportDebugModeEnableKey @"YHEventReportDebugModeEnableKey"
|
164
|
#define YHEventReportDebugModeEnableKey @"YHEventReportDebugModeEnableKey"
|