Hi everyone,
We’ve encountered a regression in the IMA HTML5 SDK starting with version 3.725.0 (and continuing in later versions).
When running under Edge 44 (EdgeHTML 18), ad loading silently fails when the page URL exceeds roughly 1400 bytes.
Summary
Environment: Edge 44 (EdgeHTML 18) (UWP WebView1)
Last working version: 3.724.0
Broken versions: 3.725.0 and newer
Issue: adsLoader.requestAds(adsRequest) fails silently — no events fired, no errors logged.
URL length: around 1400 bytes (typically due to long query parameters)
Details
After initializing the AdsLoader and calling:
`adsLoader.requestAds(adsRequest);`
...nothing happens, no google.ima.AdsManagerLoadedEvent.Type.ADS_MANAGER_LOADED or
google.ima.AdErrorEvent.Type.AD_ERROR events are triggered.
There are no console errors, no CORS failures, and no network requests initiated for ad fetching.
This only occurs when the page URL exceeds roughly 1400 bytes.
If we shorten the URL, or downgrade to 3.724.0, ad loading works normally again.
We suspect this may be related to the SDK’s internal use of URLSearchParams, introduced around version 3.722.0.
Temporary workaround
We’ve been able to restore functionality by:
- history.replaceState(null, '', '/page.html');
- adsRequest.pageUrl = '<actual full page URL>';
Impact
This issue prevents ad playback entirely in Edge 44 (EdgeHTML 18) when page URLs are long, which can also affect tracking and pixel loading as combined URLs may exceed 2KB.
Request
Could you please:
- Confirm whether the change involving URLSearchParams introduced this regression?
- Consider restoring compatibility for EdgeHTML environments, or provide a supported workaround.
Thanks,
Jani
--
You received this message because you are subscribed to the Google Groups "Interactive Media Ads SDK" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ima-sdk+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ima-sdk/63ff7419-65c6-4e0e-8d61-47442d85d3efn%40googlegroups.com.
I will raise this issue with our wider team for further review and will update you as soon as I have any new information.Meanwhile, your patience is important.
![]() |
IMA SDK Team |
[2025-11-10 15:07:01Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01vSVlT:ref" (ADR-00338320)
![]() |
|
||||
[2025-11-13 10:47:00Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01vSVlT:ref" (ADR-00338320)
Hi Jani,
Thank you for contacting the IMA SDK Support team.
According to the official IMA HTML5 SDK compatibility guidelines, supported desktop browsers include Chrome, Firefox, Safari, Edge, and Opera. We recommend upgrading to the latest Microsoft Edge and retesting your integration.
To help us investigate this issue further, please confirm whether the problem also occurs in our sample project. Additionally, share the following details so we can perform a deeper analysis:
Your sample project where the issue reproducible
Charles log
VAST tag
A screen recording demonstrating the issue
These details will allow us to reproduce and diagnose the issue more effectively.
If the file(s) you are looking to share are less than 25mb in total you can attach them to this case on your next reply. If you are having trouble attaching your file to this case or if your file(s) are larger than 25mb, you can share your files with me by performing the following steps:
2. Fill out all fields, and attach your file(s).
3. Please reply back to this thread when you have uploaded your file(s). Please do not share this link.
Thanks,
IMA SDK Team
Feedback
How was our support today?
[2025-11-03 23:46:23Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01vSVlT:ref" (ADR-00338320)