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
Basically people want to do custom things in their "remote.html" file and they should be able to, but ideally with minimal API surface, so they don't hard code assumption into our interface between the frames.
to manipulate incoming ad configuration in a callback function.
This is only available for publishers who host the ad iframe themselves.
With that they can obviously do whatever they want, but with this there is a larger incentive to stay within the AMP system and don't rely on implicit APIs (such as how we pass in configuration).
Fixesampproject#1210
to manipulate incoming ad configuration in a callback function.
This is only available for publishers who host the ad iframe themselves.
With that they can obviously do whatever they want, but with this there is a larger incentive to stay within the AMP system and don't rely on implicit APIs (such as how we pass in configuration).
Fixesampproject#1210
Basically people want to do custom things in their "remote.html" file and they should be able to, but ideally with minimal API surface, so they don't hard code assumption into our interface between the frames.
Currently there is code like this
We should allow passing a callback like
This could e.g. be added to add more targeting info or to switch to a different ad provider.
The text was updated successfully, but these errors were encountered: