Translations:Создание списка ретаргетинга по матчингу/1/en

Материал из Справочник сервиса Kadam.net
Версия от 15:25, 11 февраля 2019; Admin (обсуждение | вклад)

(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

To compile a list of retargeting if you have your own database, the advertiser in the settings of the list of retargeting must specify the URL for the match:

image 1

Example url for matching:

http://adv.com/sync-script.php?id=[UID&url=[URL]

[UID] - our unique user id. Dynamic parameter.
[URL] - our url which is necessary to call for a successful match. Dynamic parameter http://adv.com/ - the domain on which the advertiser launches the match procedure
Warning! Presence ?id=[UID]&url=[URL] in the match URL is required for correct operation.

During the display of our advertising on the sites of the system, we call the URL of the match and pass in the macros the above parameters.

When calling the match URL, the advertiser must check whether the user for whom the match URL was called has an advertiser cookie.

If there is a cookie, the advertiser should call the [URL] sent by us in the macro.

When the advertiser calls the URL, the user with this ID is listed in the retargeting list.

The procedure for comparing users and calling the URL is developed by the advertiser at its discretion.