-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ad resize issue #2214
Comments
Do you have tried to use the |
Docs are here Please note that this mechanism is not guaranteed to actually resize the On Tue, Feb 23, 2016 at 9:02 AM, MediaImpact AdTechnology <
|
ok. Also tried
|
Looks like we had an issue in our DoubleClick code. The |
@adtechnology I have seen the requestResize method, but not 100% sure how this is implemented on an amp page.
|
Thanks @jridgewell. waiting. |
@alvin-milton the data-override issue is fixed.. could you let us know if you are still seeing this or can be closed? |
@kashyapnitin This appears to be working fine now. This is what I actually need to happen: I've tried with other ad sizes in the Thanks! |
I have a need to render a 2x2 ad that on our current site breaks out of the frame and resizes according to the creative being served.
I have seen some documentation on ad resizing, forked elsewhere and not part of this repo... So I was wondering if this is officially supported and if so, how to actually do it?
ref page:
https://github.com/ampproject/amphtml/blob/master/examples/ads.amp.html
Example code:
<!--- 2x2 Ad Call --> amp-ad(width='2', height='2', type='doubleclick', data-slot='/5202/google_amp_mob/home_top', json='{"targeting": { "kw": ["nt_test", "amp_test", "' + branded.linkText + '", "promo"]}}', resizable)
The text was updated successfully, but these errors were encountered: