admin:online-platform-cms:google-events

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
admin:online-platform-cms:google-events [2024/01/15 10:09] – [Events and their data (GTM):] evaldas-luksysadmin:online-platform-cms:google-events [2024/05/09 06:34] (current) – [Events and their data (GTM):] evaldas-luksys
Line 14: Line 14:
   * **myAccountMenuDepositButtonClick** (//When user clicks deposit button. Different labels are sent for mobile and desktop buttons//)   * **myAccountMenuDepositButtonClick** (//When user clicks deposit button. Different labels are sent for mobile and desktop buttons//)
   * **viewContent** (//When the user visits Live/Prematch/Outright single event//)   * **viewContent** (//When the user visits Live/Prematch/Outright single event//)
 +  * **registrationFormOpen** (//When the registration form opens //)
  
 ====== Events and their data (GA): ====== ====== Events and their data (GA): ======
Line 124: Line 125:
  
 CONTENT NAME is event name. CONTENT NAME is event name.
 +</code>
 +
 +**registrationFormOpen**
 +<code>
 +{
 +  action: 'registration_form_open',
 +  category: registration,
 +}
 </code> </code>
  
Line 131: Line 140:
 <code> <code>
 { {
-  event: 'registrationInit',+  event: 'gtm-registrationInit',
   action: 'registration_init',   action: 'registration_init',
   category: 'registration',   category: 'registration',
Line 140: Line 149:
 <code> <code>
 { {
-  event: 'registrationConfirmationKey',+  event: 'gtm-registrationConfirmationKey',
   action: 'confirmation_key',   action: 'confirmation_key',
   category: 'registration',   category: 'registration',
Line 149: Line 158:
 <code> <code>
 { {
-  event: 'registrationFinished',+  event: 'gtm-registrationFinished',
   action: 'finished',   action: 'finished',
   category: 'registration',   category: 'registration',
Line 161: Line 170:
 <code> <code>
 { {
-  event: 'login',+  event: 'gtm-login',
   action: 'login',   action: 'login',
   category: 'authorization',   category: 'authorization',
Line 173: Line 182:
 <code> <code>
 { {
-  event: 'logout',+  event: 'gtm-logout',
   action: 'logout',   action: 'logout',
   category: 'authorization',   category: 'authorization',
Line 182: Line 191:
 <code> <code>
 { {
-  event: 'slipBuy',+  event: 'gtm-slipBuy',
   action: SLIP_TYPE,   action: SLIP_TYPE,
   category: 'slip_buy',   category: 'slip_buy',
Line 207: Line 216:
 <code> <code>
 { {
-  action: 'addBetToBettingSlip',+  action: 'gtm-addBetToBettingSlip',
   gameModuleName: GAME_MODULE_NAME,   gameModuleName: GAME_MODULE_NAME,
   eventUUIDS: EVENT_UUIDS,   eventUUIDS: EVENT_UUIDS,
Line 224: Line 233:
 <code> <code>
 { {
-  event: 'depositSuccess',+  event: 'gtm-depositSuccess',
   action: METHOD,   action: METHOD,
   category: 'deposit',   category: 'deposit',
Line 243: Line 252:
 <code> <code>
 { {
-  event: 'withdrawalSuccess',+  event: 'gtm-withdrawalSuccess',
   action: METHOD,   action: METHOD,
   category: 'withdrawal',   category: 'withdrawal',
Line 258: Line 267:
 <code> <code>
 { {
-  event: 'myAccountMenuDepositButtonClick',+  event: 'gtm-myAccountMenuDepositButtonClick',
   action: 'click',   action: 'click',
   event_category: 'deposit',   event_category: 'deposit',
Line 271: Line 280:
 <code> <code>
 { {
-   event: 'viewContent',+   event: 'gtm-viewContent',
    action: 'viewContent',    action: 'viewContent',
    label: CONTENT NAME,    label: CONTENT NAME,
Line 280: Line 289:
 CONTENT NAME is event name. CONTENT NAME is event name.
 CONTENT ID is event uuid. CONTENT ID is event uuid.
 +</code>
 +
 +**gtm-registrationFormOpen**
 +<code>
 +{
 +   event: 'gtm-registrationFormOpen',
 +   action: 'registration_form_open',
 +   category: registration,
 +}
 </code> </code>
  • admin/online-platform-cms/google-events.txt
  • Last modified: 2024/05/09 06:34
  • by evaldas-luksys