Advanced generating links to an installation
The link to the Yandex Go app installation looks like this:
https://yandex.go.link/?adj_t=i6qgxe_vlce30&adj_campaign={CLID}_{Placement}&adj_adgroup={CLID}_{VID}_{ID}
The link to the Yandex Pro app installation looks like this:
https://pro.go.link/screen/main?adj_t=1k7m69s8_1kz8j250&adj_campaign={CLID}_{Placement}&adj_adgroup={CLID}_{VID}_{ID}
Add a callback function
To add a callback function to an installation add the parameter&adj_install_callback={CALLBACK to an installation}
to the link.
How the link will look like on the example of Yandex Pro:
https://yandex.go.link/?adj_t=i6qgxe_vlce30&adj_campaign={CLID}_{Placement}&adj_adgroup={CLID}_{VID}_{ID}&adj_install_callback={CALLBACK to an installation}
To get a callback about the first order add functions for Android and iOS to the link:
App |
Callback Android |
Callback iOS |
The first taxi ride using the Yandex Go app |
|
|
The first taxi ride for a driver using the Yandex Pro app |
|
|
The first ride at the Together tariff |
|
|
The first ride at the Intercity tariff |
|
|
The first ride at the Intercity tariff with the pre-order |
|
|
The first ride at the Cargo tariff |
|
|
How the link will look like on the example of Yandex Go:
https://yandex.go.link/?adj_t=i6qgxe_vlce30&adj_campaign={CLID}_{Placement}&adj_adgroup={CLID}_{VID}_{ID}&adj_install_callback={CALLBACK to an installation}&adj_event_callback_5vsvjx={CALLBACK Android}&adj_event_callback_2ce2yw={CALLBACK iOS}
Warning
Be sure to encode the callback function.
An example of an encoded URL for Yandex Go:
https://yandex.go.link/?adj_t=i6qgxe_vlce30&adj_campaign={CLID}_{Placement}&adj_adgroup={CLID}_{VID}_{ID}&adj_install_callback=http%3A%2F%2Fmynetworkserver.ru%2Fcallback%3Fclick_id%3D{CLICK_ID}%26event%3Dinstall&adj_event_callback_5vsvjx=http%3A%2F%2Fmynetworkserver.ru%2Fcallback%3Fclick_id%3D{CLICK_ID}%26event%3Dfirst_order&adj_event_callback_2ce2yw=http%3A%2F%2Fmynetworkserver.ru%2Fcallback%3Fclick_id%3D{CLICK_ID}%26event%3Dfirst_order
Warning
You can't use the callback function with an unencoded URL.
An example of an unencoded URL for Yandex Go:
https://yandex.go.link/?adj_t=i6qgxe_vlce30&adj_campaign={CLID}_{Placement}&adj_adgroup={CLID}_{VID}_{ID}&adj_install_callback=http://mynetworkserver.ru/callback?click_id={click_id}&event=install&adj_event_callback_5vsvjx=http://mynetworkserver.ru/callback?click_id={click_id}&event=first_order&adj_event_callback_2ce2yw=http://mynetworkserver.ru/callback?click_id={click_id}&event=first_order