The advertising network i'm trying to get video ads from gives VAST tag code in JSON format. All the video players i try are giving me invalid XML error, and it is pretty much right as the file is json-formatted object. Can someone give me an advice what is a possible solution in this situation?
Asked
Active
Viewed 514 times
0
-
does the network not offer XML as an option? seems like a problem they need to solve – Offbeatmammal Apr 25 '19 at 06:53
-
No actually they host only json-formatted way. I opened a couple of tickets to them, but seems all of their users are satisfied with only that format. I really don't know what to do. – Mher Margaryan Apr 25 '19 at 09:30
-
worst case get the JSON object and reformat it to XML before passing to the video player... – Offbeatmammal Apr 25 '19 at 23:54