- executar disparo evento analytics e ads com timeout
<script>
['id-element-example','id-element-example-2'].forEach(function (id) {
document.addEventListener('DOMContentLoaded', function() {
const botao = document.getElementById(id);
if (botao) {
botao.addEventListener('click', function(event) {
event.preventDefault();
if (window.dataLayer) {