Hi,
Thank you for contacting the IMA SDK Support team.
We are checking your issue and will get back to you shortly. Meanwhile, your patience is important.
![]() |
IMA SDK Team |
[2025-08-19 18:07:03Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u4cGN:ref" (ADR-00330377)
Hi,
Thanks to getting back us
Based on the VAST tag you shared, the issue was with the sz (size) parameter format. You had used sz=400x300%257C640x480, which is incorrect due to the encoded pipe character. When passing multiple ad sizes, the correct format is sz=400x300|640x480 using a plain pipe (|) character. After making this change, the request works as expected. You can refer to the official documentation for more details on how to correctly pass multiple ad sizes.![]() |
IMA SDK Team |
[2025-08-25 12:36:41Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u4cGN:ref" (ADR-00330377)