I have a JS-Function window.addButton(text, url) that I want to trigger when the page is loaded. Each variant of ABC-Test loads the function with different input:
Variant A: window.addButton('test1', 'testUrl1')
Variant B: window.addButton('test2', 'testUrl2')
Variant C: window.addButton('test3', 'testUrl3')
What is the best way to implement this function in Adobe Target?