Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sitecore setting up goals

I'm currently searching if there's a way of associating goals in to a button without using the Sitecore Forms, is that possible without any additional code?

Currently trying and searching if there's a way to associate goals with a button.

like image 825
Arch Guevara Avatar asked Dec 30 '25 04:12

Arch Guevara


1 Answers

You can associate goals with items and Sitecore Forms, see the most recent documentation here.

If you would like to trigger a goal by clicking on a hyperlink or a button then there is a workaround with a sc_trk URL param.

You simply need to append sc_trk={Goal GUID or Goal Name} to your URL and it will call all the necessary functions to trigger the goal that it refers to.

like image 181
Kate Orlova Avatar answered Jan 02 '26 01:01

Kate Orlova