Click tracking for Google Analytics
Autor: Aleksej H.
Visitado 2760,
Seguidores 2,
Compartilhado 0
Hello.Please explain, what I must do to track button presses and transfer this data to Google Analytics.
For example, how can I add such code for a button?
onClick="ga('send', 'event', 'Knopka', 'Podtverdit'
Publicado em
Hi Aleksej
At the moment, it is not possible to alter an onClick property for a button in the default UI of the software. You would need to do this either directly in the generated files after export, or by manually adding links inside Text Objects or similar, and then applying the code.
Alternatively, you could insert the whole code in an click javascript event instead of the button directly, but since this involves additional custom code, the Staff cannot unfortunately provide support for this
I will leave this topic open so that other users might eventually stop by and help you out nonetheless
Thank you for your understanding
Stefano
Autor
"At the moment, it is not possible to alter an onClick property for a button in the default UI of the software." - too bad.
"You would need to do this either directly in the generated files after export, or by manually adding links inside Text Objects or similar, and then applying the code." - I know about it.But it's too bad option.
Thanks for the answer.