Showing
1 changed file
with
3 additions
and
3 deletions
@@ -51,7 +51,7 @@ event定义(事件内部无序) | @@ -51,7 +51,7 @@ event定义(事件内部无序) | ||
51 | | ~~$watch_model~~ | ~~系统~~ | ~~`Apple Watch 38mm` 不重要~~ | ~~手表型号~~ | | 51 | | ~~$watch_model~~ | ~~系统~~ | ~~`Apple Watch 38mm` 不重要~~ | ~~手表型号~~ | |
52 | | $screen_width | 系统 | `1024` | 屏幕宽度 | | 52 | | $screen_width | 系统 | `1024` | 屏幕宽度 | |
53 | | $screen_height | 系统 | `768` | 屏幕高度 | | 53 | | $screen_height | 系统 | `768` | 屏幕高度 | |
54 | -| $manufacturer | 系统 | `Apple` | 制造商 | | 54 | +| $manufacturer | 系统 | `Apple` | 制造商,默认值为:UNKNOWN | |
55 | | $app_version | 系统 | `655` | 编译号(Bundle version) | | 55 | | $app_version | 系统 | `655` | 编译号(Bundle version) | |
56 | | $app_release | 系统 | `1.0` | 语义化版本号(Bundle versions string, short) | | 56 | | $app_release | 系统 | `1.0` | 语义化版本号(Bundle versions string, short) | |
57 | | ~~$ios_ifa~~ | ~~系统~~ | ~~`xxxxxxxx`~~ | ~~苹果广告唯一标示~~ | | 57 | | ~~$ios_ifa~~ | ~~系统~~ | ~~`xxxxxxxx`~~ | ~~苹果广告唯一标示~~ | |
@@ -59,9 +59,9 @@ event定义(事件内部无序) | @@ -59,9 +59,9 @@ event定义(事件内部无序) | ||
59 | | ~~$city~~ | ~~系统~~ | ~~`北京`~~ | ~~城市,可以忽略~~ | | 59 | | ~~$city~~ | ~~系统~~ | ~~`北京`~~ | ~~城市,可以忽略~~ | |
60 | | ~~$country~~ | ~~系统~~ | ~~`中国`~~ | ~~国家,可以忽略~~ | | 60 | | ~~$country~~ | ~~系统~~ | ~~`中国`~~ | ~~国家,可以忽略~~ | |
61 | | ~~$wifi~~ | ~~会话~~ | ~~`1` or `0`~~ | ~~是否启用wifi~~ | | 61 | | ~~$wifi~~ | ~~会话~~ | ~~`1` or `0`~~ | ~~是否启用wifi~~ | |
62 | -| $ip | 会话 | `192.168.0.110` | IP(目前从`http://user.i.test.boxfish.cn/ip`来获取) | | 62 | +| $ip | 会话 | `192.168.0.110` | IP(目前从`http://user.i.test.boxfish.cn/ip`来获取),默认值为:UNKNOWN | |
63 | | $network | 会话 | `NULL` or `2G` or `3G` or `4G` or `WIFI` | 网络状态 | | 63 | | $network | 会话 | `NULL` or `2G` or `3G` or `4G` or `WIFI` | 网络状态 | |
64 | -| $carrier | 会话 | `中国联通` | 运营商 | | 64 | +| $carrier | 会话 | `中国联通` | 运营商,默认值为:UNKNOWN | |
65 | 65 | ||
66 | type的取值 | 66 | type的取值 |
67 | 67 |
-
Please register or login to post a comment