Yes, I could try that but just realized I was unspecific. In my case I would set two completely different URLs. More like:
if accuracy >= 0.5:
my_url = “/completely_unique_url_A”
elif accuracy < 0.5:
my_url = “/totally_different_url_B”
and then set completedURL
in the experiment settings to $my_url
.
So the URLs are completely different and I can’t just append a variable like an ID.