undancer

Updated 新的事件发送定义(讨论中) (markdown)

... ... @@ -38,16 +38,16 @@ event定义(事件内部无序)
| $os | 系统 | `iPhone OS` | 操作系统 |
| $os_version | 系统 | `9.1` | 操作系统版本 |
| $model | 系统 | `iPod touch` or `x86_64` | 硬件型号 |
| $watch_model | 系统 | `Apple Watch 38mm` 不重要 | 手表型号 |
| ~~$watch_model~~ | ~~系统~~ | ~~`Apple Watch 38mm` 不重要~~ | ~~手表型号~~ |
| $screen_width | 系统 | `1024` | 屏幕宽度 |
| $screen_height | 系统 | `768` | 屏幕高度 |
| $manufacturer | 系统 | `Apple` | 制造商 |
| $app_version | 系统 | `655` | 编译号(Bundle version) |
| $app_release | 系统 | `1.0` | 语义化版本号(Bundle versions string, short) |
| $ios_ifa | 系统 | `xxxxxxxx` | 苹果广告唯一标示 |
| $province | 系统 | `北京` | 省份,可以忽略 |
| $city | 系统 | `北京` | 城市,可以忽略 |
| $country | 系统 | `中国` | 国家,可以忽略 |
| ~~$ios_ifa~~ | ~~系统~~ | ~~`xxxxxxxx`~~ | ~~苹果广告唯一标示~~ |
| ~~$province~~ | ~~系统~~ | ~~`北京`~~ | ~~省份,可以忽略~~ |
| ~~$city~~ | ~~系统~~ | ~~`北京`~~ | ~~城市,可以忽略~~ |
| ~~$country~~ | ~~系统~~ | ~~`中国`~~ | ~~国家,可以忽略~~ |
| $wifi | 全局 | `1` or `0` | 是否启用wifi |
| $carrier | 全局 | `中国联通` | 运营商 |
... ...