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

&adj_event_callback_5vsvjx={CALLBACK Android}

&adj_event_callback_2ce2yw={CALLBACK iOS}

The first taxi ride for a driver using the Yandex Pro app

&adj_event_callback_t0t4gk={CALLBACK Android}

&adj_event_callback_hez4qm={CALLBACK iOS}

The first ride at the Together tariff

&adj_event_callback_58yqi8={CALLBACK Android}

&adj_event_callback_5z5d50={CALLBACK iOS}

The first ride at the Intercity tariff

&adj_event_callback_l386g5={CALLBACK Android}

&adj_event_callback_1uafuk={CALLBACK iOS}

The first ride at the Intercity tariff with the pre-order

&adj_event_callback_vltzar={CALLBACK Android}

&adj_event_callback_fwp8dx={CALLBACK iOS}

The first ride at the Cargo tariff

&adj_event_callback_agpisd={CALLBACK Android}

&adj_event_callback_telhte={CALLBACK iOS}

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