Здесь показаны различия между двумя версиями данной страницы.
| Предыдущая версия справа и слева Предыдущая версия | |||
|
yovokids_events [2022/10/19 07:06] serg |
yovokids_events [2022/10/19 07:34] (текущий) serg |
||
|---|---|---|---|
| Строка 11: | Строка 11: | ||
| <code> | <code> | ||
| type tEventInput struct { | type tEventInput struct { | ||
| - | Gaid string `json:"GAID"` //[REQUIRED] Gaid клиента - YovoExtra data | + | GAID string `json:"GAID"` //[REQUIRED] Gaid клиента - YovoExtra data |
| - | Gaidtype int8 `json:"GaidType"` //[REQUIRED] GaidType клиента - YovoExtra data | + | GaidType int8 `json:"GaidType"` //[REQUIRED] GaidType клиента - YovoExtra data |
| Bundle string `json:"Bundle"` //[REQUIRED] Bundle - clients packagename | Bundle string `json:"Bundle"` //[REQUIRED] Bundle - clients packagename | ||
| BundleVer string `json:"BundleVer"`//[REQUIRED] apk/Bundle version | BundleVer string `json:"BundleVer"`//[REQUIRED] apk/Bundle version | ||
| Строка 23: | Строка 23: | ||
| // OSIOs) | // OSIOs) | ||
| // | // | ||
| - | Data string `json:"D"` //[REQUIRED] JSON []tEventData{} - массив утм меток со временем millisec | + | D string `json:"D"` //[REQUIRED] JSON []tEventData{} - массив утм меток со временем millisec |
| } | } | ||
| type tEventData struct { | type tEventData struct { | ||
| Строка 41: | Строка 41: | ||
| type tStandartOutput struct { | type tStandartOutput struct { | ||
| + | Result int //len of input.D | ||
| } | } | ||
| Строка 48: | Строка 49: | ||
| <code> | <code> | ||
| Status Code: 200 | Status Code: 200 | ||
| - | {} | + | { |
| + | Result: 2 | ||
| + | } | ||
| </code> | </code> | ||
| - | {{:event_ok.png?800|}} | + | |
| ---- | ---- | ||