Quy Le
Quy Le
issue https://github.com/prebid/prebid-mobile-android/issues/853
**Describe the bug** We see the VAST content in the `adm` field of some demands contain the single quote character rather than the escape double quotes (\\") that cause the...
**Describe the bug** 1px tracking URL is fired when the ad is not shown **To Reproduce** Steps to reproduce the behavior: 1. Set up a mock ad that contains a...
**Describe the bug** SDK does not fire Prebid impression event URL in the DISPLAY Interstitial **To Reproduce** Steps to reproduce the behavior: 1. Enable [Events feature](https://docs.google.com/document/d/1ry0X4C2EV-R0pMrm1IQk9BstxaT395UCl3KKqTGa5c8/edit#heading=h.7w5yevygp2gz) on Prebid Server 2....
onAdFailed was triggered twice by InterstitialController when rendering an expired/invalid video URL
**Describe the bug** onAdFailed was triggered twice in InterstitialController when rendering an ad that contained an expired/invalid video URL **To Reproduce** Steps to reproduce the behavior: 1. Set up the...
``` protected void MraidContinue() { if (!hasExpandProperties) { //1st always false. so this always happens 1st. loadExpandProperties(); } else { init(); } } ``` Can you share with me the...