Hi @careful-controller-13102 This isn't something we currently support. One thing to note is the potential for multiple experiments to be running on any given page. If you'd like to use experiment/variation IDs regardless, there are workarounds you can build using JavaScript such as storing these IDs in a persistent object somewhere.
c
careful-controller-13102
09/06/2023, 6:47 AM
alright thanks man! Appreciate it
s
straight-whale-38038
09/18/2023, 1:03 PM
@careful-controller-13102 you can implement the Observer Pattern to make other related objects know when the trackin callback has been triggered.