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

Материал из Справочник сервиса Kadam.net
Перейти к: навигация, поиск
(Новая страница: «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: Ф…»)
 
 
Строка 8: Строка 8:
 
</code>
 
</code>
  
[UID] - our unique user id. Dynamic parameter. <br>
+
[UID] - our unique user id. Dynamic parameter. <br />
 
[URL] - our url which is necessary to call for a successful match. 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 <br>
+
http://adv.com/ - the domain on which the advertiser launches the match procedure <br />
 
<font color = "red"> <b> Warning! </b> </font> Presence ?id=[UID]&url=[URL] in the match URL is required for correct operation.
 
<font color = "red"> <b> Warning! </b> </font> Presence ?id=[UID]&url=[URL] in the match URL is required for correct operation.
  
Строка 22: Строка 22:
  
 
The procedure for comparing users and calling the URL is developed by the advertiser at its discretion.
 
The procedure for comparing users and calling the URL is developed by the advertiser at its discretion.
 +
<!-- ]-->

Текущая версия на 15:25, 11 февраля 2019

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.