Forum Discussion
VarunGrazitti
8 years agoBoss
Mattpx - You can add this script on the success page itself. Does your community use the SSO or Lithium login? If it is lithium login, you can check the URL to see if the registration is successful or not. If SSO, you must be redirecting the users back to the community, hence you can check the params from URL and add your tracking code inside a condition. The implementation will be same in both the cases basically.
e.g.
<#if http.request.url?contains("Success")>
//Your code goes here
</#if>
I hope this helps.
Related Content
- 3 years ago