Hi,
I'm trying to use the GBP currency symbol when setting an ad param. I would like to use example : £300.
I tried the following codes :
AdParamError.INVALID_INSERTION_TEXT_FORMAT @ operations[0].operand.insertionText; trigger:'€220'
AdParamError.INVALID_INSERTION_TEXT_FORMAT @ operations[0].operand.insertionText; trigger:'0xA3220'
AdParamError.INVALID_INSERTION_TEXT_FORMAT @ operations[0].operand.insertionText; trigger:'£'
Is there anyway I can use the British Pound Sterling when setting an ad param?
Thanks in advance.