Hi,
I have a problem trying to integrate multiple units with javascript integration code into my html5 mobile website.
This should be easy, adding another object in the units array. But when I do, I get an error, as the API can not find the container with the given ID. Firebug console screenshot of the error.
I have 3 units and the unit IDs are properly given and associated with existing containers.
window.Mopub gets initialized and populated, it’s and array of three objects. DOM - window.mopub screenshot.
The integration code I have used can be seen here, on stackoverflow, where I’ve posted the same question.
Can someone please help about this?
Thanks.