<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Formulário de Pergunta</title>
</head>
<body>
<script type="text/javascript">
(function() {
// Função para definir a macro de clique
function setMacro(clickUrl) {
var iframe = document.createElement('iframe');
iframe.className = 'embed-responsive-item';
iframe.src = 'https://goonadgroup.com/banner-teste/' + '?clickUrl=' + encodeURIComponent(clickUrl);
iframe.allowFullscreen = 'allowfullscreen';
iframe.style.height = '100vh';
iframe.style.width = '100%';
iframe.style.maxWidth = '100%';
document.body.appendChild(iframe);
}
// Substitua a string com a URL da macro de clique real do Google
setMacro('%%CLICK_URL_ESC%%');
})();
</script>
</body>
</html>
26
6
195KB
735KB
77.0ms
98.0ms
1,286.0ms