<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Visa</title>
</head>
<body>
<script type="text/javascript">
(function() {
// Função para definir a macro de clique e cachebuster
function setMacro(clickUrl, cacheBuster) {
var iframe = document.createElement('iframe');
iframe.className = 'embed-responsive-item';
iframe.src = 'https://ads.goonadgroup.com/banner/visa/' + '?clickUrl=' + encodeURIComponent(clickUrl) + '&cacheBuster=' + encodeURIComponent(cacheBuster);
iframe.allowFullscreen = 'allowfullscreen';
iframe.style.height = '100vh';
iframe.style.width = '100%';
iframe.style.maxWidth = '100%';
document.body.appendChild(iframe);
}
// Substitua as strings com as macros reais do Google
setMacro('%%CLICK_URL_ESC%%', '%%CACHEBUSTER%%');
})();
</script>
</body>
</html>
35
6
670KB
1305KB
178.0ms
204.0ms
2,055.0ms