Отслеживание событий/en — различия между версиями

Материал из Справочник сервиса Kadam.net
Перейти к: навигация, поиск
(Новая страница: «Event Tracking»)
 
 
Строка 1: Строка 1:
 
<languages/>
 
<languages/>
Данная опция позволяет отследить действия пользователя на прелендинге и лендинге.<br />
+
This option allows to track user actions on the pre-landing and landing page. <br />
В [[Статистика_по_площадкам_кампании|статистике по площадкам]] можно будет увидеть следующие данные:<br />
+
In [[Site_Statistics_Statistics | Site Statistics]] you can see the following data: <br />
'''Визитов преленда''' - количество визитов прелендинга<br />
+
'''Pre-landing visits''' - number of visits to the exhibition <br />
'''Полезные визиты преленда''' - количество полезных(пребывание пользователя на странице более 5 секунд) визитов прелендинга<br />
+
'''Pre-landing useful visits''' - number of useful (user’s stay on the page for more than 5 seconds) pre-landing visits <br />
'''Скролл преленда''' - количество скроллов прелендинга<br />
+
'''Pre-landing scroll''' - number of pre-landing scrolling <br />
'''Визитов ленда''' - количество визитов лендинга<br />
+
'''Land visits''' - number of landings visits <br />
'''Полезные визиты ленда''' - количество полезных(пребывание пользователя на странице более 5 секунд) визитов лендинга<br />
+
'''Land Useful Visits''' - number of useful (user’s stay on a page for more than 5 seconds) landing page visits <br />
'''Скролл ленда''' - количество скроллов лендинга<br />
+
'''Land Scroll''' - number of Landing Scrolls <br />
Для того, чтобы отслеживать события на лендинге(прелендинге), необходимо:<br />
+
 
В личном кабинете в списке кампаний в столбце "Управление" нажать на кнопку "Отслеживание событий"
+
In order to track events on the landing (offering), you must: <br />
[[Файл:Sobitiya.png|alt=Отслеживание событий|centre|frame|рис. 1]]
+
In your account, in the list of campaigns in the "Management" column, click on "Event Tracking" button
Предоставленный код разместить в коде целевой рекламируемой страницы.
+
[[File: Sobitiya.png | alt = Event tracking | center | frame | image 1]]
[[Файл:Kod sch.png|alt=Код счетчика|centre|frame|рис. 2]]
+
The provided code should be placed in the code of the target advertised page.
Статистику по событиям можно будет смотреть в меню "[[Статистика_по_площадкам_кампании|статистика по площадкам]]". Чтобы код работал, нужно дописать к рекламируемой ссылке этот макрос: '''an=[ACTL]'''
+
[[File: Kod sch.png | alt = Counter code | center | frame | image 2]]
Пример: <code>http:<nowiki/>//АДРЕС_ВАШЕГО_САЙТА/?an=[ACTL]</code><br />
+
Statistics on the events can be viewed in the menu "[[Statistics_of_the_campaigns | statistics by sites]]". For the code to work, you need to add this macro to the advertised link: '''an = [ACTL]'''
Если у Вас собственные прелендинг и лендинг, и Вы желаете отслеживать события на них обоих, то кроме указания макроса [ACTL] в рекламируемой ссылке, Вам потребуется:<br />
+
Example: <code> http: <nowiki/> // YOUR_SITE_Address /? An = [ACTL] </code> <br />
1) перебросить значение макроса [ACTL] во все ссылки прелендинга, которые ведут на лендинг<br />
+
 
2) необходимо на обоих этих страницах указать код отслеживания событий<br />
+
If you have your own pre-lending and landing, and you want to track events on both of them, then besides specifying the [ACTL] macro in the advertised link, you will need: <br />
'''1)''' Для переброса значения макроса Вы можете, например, прописать у себя в ссылках на странице прелендинга, которые ведут на лендинг,  параметр <?php echo $_GET['параметр'];?>. ''Примечание:'' данный способ возможно реализовать только на страницах php. Настройку передачи значений макроса рекламодатель настраивает самостоятельно.
+
1) transfer the value of the [ACTL] macro to all pre-rending links that lead to the landing page <br />
Пример получения параметра '''an''' для ссылок на лендинг:
+
2) you need to specify the event tracking code on both of these pages <br />
<i>Ссылка прелендинга</i>: <pre>http://prelendtest.net/?an=[ACTL]</pre>
+
 
<i>Ссылка на лендинг в коде прелендинга</i>: <pre>lendingtest.net/an=<?php echo $_GET['an'];?></pre>
+
'''1)''' To transfer the values ​​of a macro, you can, for example, enter the parameter <? Php echo $ _GET ['parameter'];?> In the links on the prerending page that lead to the landing page. '' Note: '' This method can be implemented only on php pages. The advertiser sets up the transmission of macro values ​​manually.
'''2)''' На прелендинге и лендинге нужно размещать свой код отслеживания событий. Код будет отличаться одним параметром: на прелендинге в коде будет параметр ''context: "prelanding"'' , а на лендинге будет параметр ''context: "landing"''.
+
 
[[Файл:Sobitiya prel.png|alt=Код счетчика|centre|frame|рис. 3]]
+
An example of getting the '''an''' parameter for landing links:
Данные можно отслеживать в меню [[Статистика_по_площадкам_кампании|статистика по площадкам]]:
+
 
[[Файл:Ostslezhpolosh.png|alt=Код счетчика|centre|frame|рис. 4]]
+
<i> Pre-lending Link </i>: <pre> http://prelendtest.net/?an= [ACTL] </pre>
 +
 
 +
<i> Landing link in the pre-lending code </i>: <pre> lendingtest.net/an = <? php echo $ _GET ['an'];?> </pre>
 +
 
 +
'''2)''' On the pre-lending and landing page you need to place your event tracking code. The code will differ in one parameter: the parameter in the code will be the '' context: "prelanding" '' parameter, and in the landing page there will be the ''context: "landing" '' parameter.
 +
[[File: Sobitiya prel.png | alt = Counter code | center | frame | image 3]]
 +
 
 +
Data can be tracked in the [[Site_Status_Status_Statistics | Site Statistics]] menu:
 +
 
 +
[[File: Ostslezhpolosh.png | alt = Counter code | center | frame | image 4]]
 +
<!-- ((((-->

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

This option allows to track user actions on the pre-landing and landing page.
In Site Statistics you can see the following data:
Pre-landing visits - number of visits to the exhibition
Pre-landing useful visits - number of useful (user’s stay on the page for more than 5 seconds) pre-landing visits
Pre-landing scroll - number of pre-landing scrolling
Land visits - number of landings visits
Land Useful Visits - number of useful (user’s stay on a page for more than 5 seconds) landing page visits
Land Scroll - number of Landing Scrolls

In order to track events on the landing (offering), you must:
In your account, in the list of campaigns in the "Management" column, click on "Event Tracking" button

image 1

The provided code should be placed in the code of the target advertised page.

image 2

Statistics on the events can be viewed in the menu " statistics by sites". For the code to work, you need to add this macro to the advertised link: an = [ACTL] Example: http: // YOUR_SITE_Address /? An = [ACTL]

If you have your own pre-lending and landing, and you want to track events on both of them, then besides specifying the [ACTL] macro in the advertised link, you will need:
1) transfer the value of the [ACTL] macro to all pre-rending links that lead to the landing page
2) you need to specify the event tracking code on both of these pages

1) To transfer the values ​​of a macro, you can, for example, enter the parameter <? Php echo $ _GET ['parameter'];?> In the links on the prerending page that lead to the landing page. Note: This method can be implemented only on php pages. The advertiser sets up the transmission of macro values ​​manually.

An example of getting the an parameter for landing links:

Pre-lending Link :
 http://prelendtest.net/?an= [ACTL] 
Landing link in the pre-lending code :
 lendingtest.net/an = <? php echo $ _GET ['an'];?> 

2) On the pre-lending and landing page you need to place your event tracking code. The code will differ in one parameter: the parameter in the code will be the context: "prelanding" parameter, and in the landing page there will be the context: "landing" parameter.

image 3

Data can be tracked in the Site Statistics menu:

image 4