Здесь показаны различия между двумя версиями данной страницы.
| Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
|
apiv5client_qurator_event_adunit_install [2019/10/21 11:55] serg |
apiv5client_qurator_event_adunit_install [2019/11/03 15:23] (текущий) serg |
||
|---|---|---|---|
| Строка 4: | Строка 4: | ||
| == Отправляется после перехода c Google Play/AppStore после установки приложения с метками == | == Отправляется после перехода c Google Play/AppStore после установки приложения с метками == | ||
| <code> | <code> | ||
| - | POST http://q5.yovoads.com/callback/eventInstall | + | POST http://event.yovoads.com/api/install?id=1&token=12345678901234567890123456789012 |
| </code> | </code> | ||
| Строка 12: | Строка 12: | ||
| * **GAID** string - (google advertisement ID) | * **GAID** string - (google advertisement ID) | ||
| * **OS** string - операционная система девайса (ENUM('ios','android')) case insensitive | * **OS** string - операционная система девайса (ENUM('ios','android')) case insensitive | ||
| - | * **IdAccountYovo** int - номер счета в Yovo | + | * **utm_source** string - значение метки utm_source от google play |
| * **utm_medium** string - значение метки utm_medium от google play | * **utm_medium** string - значение метки utm_medium от google play | ||
| * **utm_content** string - значение метки utm_content от google play | * **utm_content** string - значение метки utm_content от google play | ||
| * **utm_campaign** string - значение метки utm_campaign от google play | * **utm_campaign** string - значение метки utm_campaign от google play | ||
| * **utm_term** string - значение метки utm_term от google play | * **utm_term** string - значение метки utm_term от google play | ||
| + | * **utm_raw** string - значение referrer от google play | ||
| ---- | ---- | ||