The WM agent generates events, which in turn are (or will be) routed to the Navigator object (mostly "payment" events). Those need to be queued into a special "monetization task source".
Events related to the <link> element, need to be queue also (e.g., "load"), so we need to figure out what task source to use there (NB: we should check what style sheets do or other links that load external resources).
The WM agent generates events, which in turn are (or will be) routed to the Navigator object (mostly "payment" events). Those need to be queued into a special "monetization task source".
Events related to the
<link>
element, need to be queue also (e.g., "load"), so we need to figure out what task source to use there (NB: we should check what style sheets do or other links that load external resources).