25
25
googletag . enableServices ( ) ;
26
26
} ) ;
27
27
</ script >
28
+ <!-- Global site tag (gtag.js) - Google AdWords: 964751186 -->
29
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=AW-964751186 "> </ script >
30
+ < script >
31
+ window . dataLayer = window . dataLayer || [ ] ;
32
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
33
+ gtag ( 'js' , new Date ( ) ) ;
28
34
35
+ gtag ( 'config' , 'AW-964751186' ) ;
36
+ </ script >
37
+ <!-- Event snippet for Tinge Download conversion page
38
+ In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. -->
39
+ < script >
40
+ function gtag_report_conversion ( url ) {
41
+ var callback = function ( ) {
42
+ if ( typeof ( url ) != 'undefined' ) {
43
+ window . location = url ;
44
+ }
45
+ } ;
46
+ gtag ( 'event' , 'conversion' , {
47
+ 'send_to' : 'AW-964751186/JjIaCLawlXoQ0t6DzAM' ,
48
+ 'event_callback' : callback
49
+ } ) ;
50
+ return false ;
51
+ }
52
+ </ script >
29
53
</ head >
30
54
< body >
31
55
< div class ="wrapper ">
@@ -37,8 +61,8 @@ <h1>Tinge</h1>
37
61
-->
38
62
39
63
< ul >
40
- < li > </ li >
41
- < li > < a href ="https://github.com/dsame/tinge/releases/download/v1.1/Tinge.app.zip "> Download < strong > ZIP File</ strong > </ a > </ li >
64
+ < li > < a onclick =" return gtag_report_conversion('https://github.com/dsame/tinge/releases/download/v1.1/Tinge.app') " href =" https://github.com/dsame/tinge/releases/download/v1.1/Tinge.app " > Download < strong > Ready to Install App </ strong > </ a > < /li >
65
+ < li > < a onclick =" return gtag_report_conversion('https://github.com/dsame/tinge/releases/download/v1.1/Tinge.app.zip') " href ="https://github.com/dsame/tinge/releases/download/v1.1/Tinge.app.zip "> Download < strong > ZIP File</ strong > </ a > </ li >
42
66
< li > </ li >
43
67
<!--
44
68
<li><a href="https://github.com/dsame/tinge/zipball/master">Download <strong>ZIP File</strong></a></li>
0 commit comments