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

Материал из Справочник сервиса Kadam.net
Перейти к: навигация, поиск
(Новая страница: «This option allows to track user actions on the pre-landing and landing page. <br/> In Site Statistics you can see the following…»)
 
 
Строка 1: Строка 1:
This option allows to track user actions on the pre-landing and landing page. <br/>
+
This option allows to track user actions on the pre-landing and landing page. <br />
In [[Site_Statistics_Statistics | Site Statistics]] you can see the following data: <br/>
+
In [[Site_Statistics_Statistics | Site Statistics]] you can see the following data: <br />
'''Pre-landing visits''' - number of visits to the exhibition <br/>
+
'''Pre-landing visits''' - number of visits to the exhibition <br />
'''Pre-landing useful visits''' - number of useful (user’s stay on the page for more than 5 seconds) pre-landing visits <br/>
+
'''Pre-landing useful visits''' - number of useful (user’s stay on the page for more than 5 seconds) pre-landing visits <br />
'''Pre-landing scroll''' - number of pre-landing scrolling <br/>
+
'''Pre-landing scroll''' - number of pre-landing scrolling <br />
'''Land visits''' - number of landings visits <br/>
+
'''Land visits''' - number of landings visits <br />
'''Land Useful Visits''' - number of useful (user’s stay on a page for more than 5 seconds) landing page visits <br/>
+
'''Land Useful Visits''' - number of useful (user’s stay on a page for more than 5 seconds) landing page visits <br />
'''Land Scroll''' - number of Landing Scrolls <br/>
+
'''Land Scroll''' - number of Landing Scrolls <br />
  
In order to track events on the landing (offering), you must: <br/>
+
In order to track events on the landing (offering), you must: <br />
 
In your account, in the list of campaigns in the "Management" column, click on "Event Tracking" button
 
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]]
 
[[File: Sobitiya.png | alt = Event tracking | center | frame | image 1]]
Строка 14: Строка 14:
 
[[File: Kod sch.png | alt = Counter code | center | frame | image 2]]
 
[[File: Kod sch.png | alt = Counter code | center | frame | image 2]]
 
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]'''
 
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]'''
Example: <code> http: <nowiki/> // YOUR_SITE_Address /? An = [ACTL] </code> <br/>
+
Example: <code> http: <nowiki/> // YOUR_SITE_Address /? An = [ACTL] </code> <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 />
 
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 />
Строка 34: Строка 34:
  
 
[[File: Ostslezhpolosh.png | alt = Counter code | center | frame | image 4]]
 
[[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