You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider a new integration option, where you insert a JS in your page and also insert <div>s for every placement. This is actually how most ad networks work.
Pros:
no <iframe>, which also makes it friendlier to Google Ad Manager
we can vaguely control the placement we do that via 79ad0be
we can detect whether it's in the viewport
Cons:
slightly more difficult integration
has to init an iframe to read from the AdEx Profile, but then every domain can read from the AdEx profile... this might not be so bad, since every publisher can do you a service by accessing this info; alternatively the iframe can encrypt it for the market and we can share that
Consider a new integration option, where you insert a JS in your page and also insert
<div>
s for every placement. This is actually how most ad networks work.Pros:
<iframe>
, which also makes it friendlier to Google Ad Managerwe can vaguely control the placementwe do that via 79ad0beCons:
related to #35
The text was updated successfully, but these errors were encountered: