Hi,
I'm currently working on an IAS script, but I'm having an issue where a 'Send response' button appears in the UI, even though I haven't created any button object. I simply added a Label at the first position (0,0), and when I execute the script, this button also shows up:
Any thoughts on why this could be happening?
Thank you!
Hi Carlos,
That "template" button appears every time you create an interactive script that has no action blocks and you have Property RequireResponse | DataMiner Docs set to true.
If you were to set the property value to false or add another button to the UI, that default button should go away.
Hi,
Thank you for you quick response. I added a button and indeed the default button disappeared from the UI.
Thank you.