En #LosSobrevivientes, Alex Aguilar conversa con el abogado Rafael Paredes sobre despojos, propiedades y embargos temas que pueden cambiar tu vida. ️
#LosSobrevivientes | ¿Tienes dudas sobre despojos o problemas con una propiedad? 🏠⚖️





























var player = new YT.Player("yt-player-63997", { events: { "onStateChange": function(event) { // Estado 1: El video comenzó a reproducirse (PLAYING) if (event.data === 1) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ "event": "video_start", "video_title": document.title, "video_id": "8d0-W_02t1E" }); if (typeof gtag === "function") { gtag("event", "video_start", { "video_title": document.title, "video_id": "8d0-W_02t1E" }); }
// Lanzamos intervalo periódico para calcular los avances (Progreso) if (!progressInterval) { progressInterval = setInterval(function() { if (player && typeof player.getCurrentTime === "function" && typeof player.getDuration === "function") { var currentTime = player.getCurrentTime(); var duration = player.getDuration(); if (duration > 0) { var percent = (currentTime / duration) * 100;
var checkPercent = function(milestone) { if (percent >= milestone && !trackedProgress["p" + milestone]) { gtag("event", "video_progress", { "video_title": document.title, "video_id": "8d0-W_02t1E", "video_percent": milestone }); trackedProgress["p" + milestone] = true; } };
checkPercent(10); checkPercent(25); checkPercent(50); checkPercent(75); } } }, 1000); } } else { // Si se pausa o detiene, limpiamos el intervalo temporalmente if (progressInterval) { clearInterval(progressInterval); progressInterval = null; } }
// Estado 0: El video finalizó por completo (ENDED) if (event.data === 0) { if (typeof gtag === "function") { gtag("event", "video_complete", { "video_title": document.title, "video_id": "8d0-W_02t1E" }); } } } } }); } }
// Ejecución condicional compatible con los ciclos asíncronos de Ajaxpress if (window.YT && window.YT.Player) { laZIniciarRastreador(); } else { window.onYouTubeIframeAPIReady = (function(oldFunc) { return function() { if (oldFunc) oldFunc(); laZIniciarRastreador(); }; })(window.onYouTubeIframeAPIReady); } })();

















