Skip to content

Commit 559e78f

Browse files
committed
google analytics
1 parent f57b215 commit 559e78f

File tree

13 files changed

+104
-0
lines changed

13 files changed

+104
-0
lines changed

01 - Introducción a la Programación/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ height="0" width="0" style="display:none;visibility:hidden">
3030
</iframe>
3131
</noscript>
3232
<!-- End Google Tag Manager (noscript) -->
33+
<!-- Google tag (gtag.js) -->
34+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LHV5X0V6Y9"><script>
35+
<script>
36+
window.dataLayer = window.dataLayer || [];
37+
function gtag(){dataLayer.push(arguments);}
38+
gtag('js', new Date());
39+
gtag('config', 'G-LHV5X0V6Y9');
40+
</script>
3341

3442
# Primeros Pasos
3543

02 - Variables y Tipos de Datos/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ height="0" width="0" style="display:none;visibility:hidden">
3030
</iframe>
3131
</noscript>
3232
<!-- End Google Tag Manager (noscript) -->
33+
<!-- Google tag (gtag.js) -->
34+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LHV5X0V6Y9"><script>
35+
<script>
36+
window.dataLayer = window.dataLayer || [];
37+
function gtag(){dataLayer.push(arguments);}
38+
gtag('js', new Date());
39+
gtag('config', 'G-LHV5X0V6Y9');
40+
</script>
3341

3442
## Grabación de la Clase 2
3543

03 - Flujos de Control/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ height="0" width="0" style="display:none;visibility:hidden">
3030
</iframe>
3131
</noscript>
3232
<!-- End Google Tag Manager (noscript) -->
33+
<!-- Google tag (gtag.js) -->
34+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LHV5X0V6Y9"><script>
35+
<script>
36+
window.dataLayer = window.dataLayer || [];
37+
function gtag(){dataLayer.push(arguments);}
38+
gtag('js', new Date());
39+
gtag('config', 'G-LHV5X0V6Y9');
40+
</script>
3341

3442
## Grabación de la Clase 3
3543

04 - Estructuras de datos/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ height="0" width="0" style="display:none;visibility:hidden">
3030
</iframe>
3131
</noscript>
3232
<!-- End Google Tag Manager (noscript) -->
33+
<!-- Google tag (gtag.js) -->
34+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LHV5X0V6Y9"><script>
35+
<script>
36+
window.dataLayer = window.dataLayer || [];
37+
function gtag(){dataLayer.push(arguments);}
38+
gtag('js', new Date());
39+
gtag('config', 'G-LHV5X0V6Y9');
40+
</script>
3341

3442
## Grabación de la Clase 4
3543

05 - Iteradores e Iterables/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ height="0" width="0" style="display:none;visibility:hidden">
3030
</iframe>
3131
</noscript>
3232
<!-- End Google Tag Manager (noscript) -->
33+
<!-- Google tag (gtag.js) -->
34+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LHV5X0V6Y9"><script>
35+
<script>
36+
window.dataLayer = window.dataLayer || [];
37+
function gtag(){dataLayer.push(arguments);}
38+
gtag('js', new Date());
39+
gtag('config', 'G-LHV5X0V6Y9');
40+
</script>
3341

3442
## Grabación de la Clase 5
3543

06 - Funciones/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ height="0" width="0" style="display:none;visibility:hidden">
3030
</iframe>
3131
</noscript>
3232
<!-- End Google Tag Manager (noscript) -->
33+
<!-- Google tag (gtag.js) -->
34+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LHV5X0V6Y9"><script>
35+
<script>
36+
window.dataLayer = window.dataLayer || [];
37+
function gtag(){dataLayer.push(arguments);}
38+
gtag('js', new Date());
39+
gtag('config', 'G-LHV5X0V6Y9');
40+
</script>
3341

3442
## Grabación de la Clase 6
3543

07 - Clases & OOP/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ height="0" width="0" style="display:none;visibility:hidden">
3030
</iframe>
3131
</noscript>
3232
<!-- End Google Tag Manager (noscript) -->
33+
<!-- Google tag (gtag.js) -->
34+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LHV5X0V6Y9"><script>
35+
<script>
36+
window.dataLayer = window.dataLayer || [];
37+
function gtag(){dataLayer.push(arguments);}
38+
gtag('js', new Date());
39+
gtag('config', 'G-LHV5X0V6Y9');
40+
</script>
3341

3442
## Grabación de la Clase 7
3543

08 - Error Handling/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ height="0" width="0" style="display:none;visibility:hidden">
3030
</iframe>
3131
</noscript>
3232
<!-- End Google Tag Manager (noscript) -->
33+
<!-- Google tag (gtag.js) -->
34+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LHV5X0V6Y9"><script>
35+
<script>
36+
window.dataLayer = window.dataLayer || [];
37+
function gtag(){dataLayer.push(arguments);}
38+
gtag('js', new Date());
39+
gtag('config', 'G-LHV5X0V6Y9');
40+
</script>
3341

3442
## Grabación de la Clase 8
3543

09 - Entrada-Salida y Manejo de Archivos/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ height="0" width="0" style="display:none;visibility:hidden">
3030
</iframe>
3131
</noscript>
3232
<!-- End Google Tag Manager (noscript) -->
33+
<!-- Google tag (gtag.js) -->
34+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LHV5X0V6Y9"><script>
35+
<script>
36+
window.dataLayer = window.dataLayer || [];
37+
function gtag(){dataLayer.push(arguments);}
38+
gtag('js', new Date());
39+
gtag('config', 'G-LHV5X0V6Y9');
40+
</script>
3341

3442
## Grabación de la Clase 9
3543

10 - Repaso/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ height="0" width="0" style="display:none;visibility:hidden">
3030
</iframe>
3131
</noscript>
3232
<!-- End Google Tag Manager (noscript) -->
33+
<!-- Google tag (gtag.js) -->
34+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LHV5X0V6Y9"><script>
35+
<script>
36+
window.dataLayer = window.dataLayer || [];
37+
function gtag(){dataLayer.push(arguments);}
38+
gtag('js', new Date());
39+
gtag('config', 'G-LHV5X0V6Y9');
40+
</script>
3341

3442
## Grabación de la Clase 10
3543

11 - HC/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ height="0" width="0" style="display:none;visibility:hidden">
3131
</iframe>
3232
</noscript>
3333
<!-- End Google Tag Manager (noscript) -->
34+
<!-- Google tag (gtag.js) -->
35+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LHV5X0V6Y9"><script>
36+
<script>
37+
window.dataLayer = window.dataLayer || [];
38+
function gtag(){dataLayer.push(arguments);}
39+
gtag('js', new Date());
40+
gtag('config', 'G-LHV5X0V6Y9');
41+
</script>
3442

3543
## Instrucciones para realizar el Henry Challenge
3644

12 - Clases en vivo/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ height="0" width="0" style="display:none;visibility:hidden">
3030
</iframe>
3131
</noscript>
3232
<!-- End Google Tag Manager (noscript) -->
33+
<!-- Google tag (gtag.js) -->
34+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LHV5X0V6Y9"><script>
35+
<script>
36+
window.dataLayer = window.dataLayer || [];
37+
function gtag(){dataLayer.push(arguments);}
38+
gtag('js', new Date());
39+
gtag('config', 'G-LHV5X0V6Y9');
40+
</script>
3341

3442
## Clases en vivo
3543

Prep_Course 01/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ height="0" width="0" style="display:none;visibility:hidden">
3030
</iframe>
3131
</noscript>
3232
<!-- End Google Tag Manager (noscript) -->
33+
<!-- Google tag (gtag.js) -->
34+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LHV5X0V6Y9"><script>
35+
<script>
36+
window.dataLayer = window.dataLayer || [];
37+
function gtag(){dataLayer.push(arguments);}
38+
gtag('js', new Date());
39+
gtag('config', 'G-LHV5X0V6Y9');
40+
</script>
3341

3442
# Grabaciones de las Clases del Curso Preparatorio entre el 7 y 25 de Febrero 2022
3543

0 commit comments

Comments
 (0)