Hi !
I'd like to add a location targeting to my campaign using the API. I've spent some time looking on the forum and the documentation but I can't find a way to do it in python.
I've tried something like that but obviously that did not work.
{'xsi_type': 'Proximity', 'address': tup[0], 'radiusMeters':'1000',}
The error I had: Server raised fault: 'Unmarshalling Error: cvc-complex-type.2.3: Element 'ns0:criterion' cannot have character [children]
I read that it is possible to use the address, so is there a specific format ? And can I specify more than one radius or should I create a new targeting ?
Thank you in advance.