amp-story同意没有amp-story-同意的模态?

时间:2018-11-12 20:44:08

标签: amp-html amp-story

我正在做一个故事。但如果不使用amp-story-consent默认界面,似乎无法获得amp-consent模式。我想使用amp-iframe,或仅使用纯HTML模式,但都不会渲染。

有人有运气吗?

iframe:

<amp-consent layout="nodisplay" id="gdpr-consent-element">
        <script type="application/json">
            {
                "consents": {
                    "cbsiampconsent": {
                        "promptIfUnknownForGeoGroup": "eea",
                        "promptUI": "consentDialog"
                    }
                }
            }
        </script>
        <div id="consentDialog" style="position: absolute; widht: 500px; height: 500px;">
            <amp-iframe width="200" height="100"
                        sandbox="allow-scripts allow-same-origin"
                        layout="responsive"
                        frameborder="0"
                        src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDG9YXIhKBhqclZizcSzJ0ROiE0qgVfwzI&q=iceland">
            </amp-iframe>
        </div>
    </amp-consent>

1 个答案:

答案 0 :(得分:1)

这是不可能的;唯一受支持的同意UI是您提到的默认UI。

有关更多详细信息,请参见amp-story-consent documentationexample