javascript - MRAID 2 architecture and data flow -
i trying create mraid (v2) compliant sdk android, if integrated android app display rich media ads. also, @ backend there platform let advertisers create mraid compliant ads/creatives, can served sdk display purpose. have gone through spec document , still not totally clear functioning , flow of entire system new digital ads industry.
so great if can explain me how entire mraid ads works - data flow (who raises initial request ads, how request travels , fetches ads, etc.) , components required create entire platform - sdk, ad creation platform etc.
thanks!!
mraid (v2) compliant sdk architecture contains following components
1. native component :- responsible executing network calls (http ad request) reading device information reading gps info parsing ad request response creating html string (contains ad data, mraid.js, bridge.js )
2. web view component :- webview loads html created native component.
3. native java script bridge:- handle communication between ad , native components. java-script code.
Comments
Post a Comment