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/22 08:55] 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 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