Назад
install CALLBACK
Отправляется после перехода c Google Play/AppStore после установки приложения с метками
POST http://event.yovoads.com/api/install?id=1&token=12345678901234567890123456789012
POST PARAMS
Bundle string - идентификатор мобильного приложения
SDKVerC string - версия SDK клиента
GAID string - (google advertisement ID)
OS string - операционная система девайса (ENUM('ios','android')) case insensitive
utm_source string - значение метки utm_source от google play
utm_medium string - значение метки utm_medium от google play
utm_content string - значение метки utm_content от google play
utm_campaign string - значение метки utm_campaign от google play
utm_term string - значение метки utm_term от google play
utm_raw string - значение referrer от google play
OK RESPONSE
Status Code:200
{"Error":""}
ERROR RESPONSE
Status Code:412
{"Error":"Params are not valid"}