5 changed files with 12 additions and 17 deletions
@ -1,3 +1 @@
|
||||
<script type="text/javascript"> |
||||
(tarteaucitron.job = tarteaucitron.job || []).push('facebook'); |
||||
</script> |
||||
(tarteaucitron.job = tarteaucitron.job || []).push('facebook'); |
@ -1,4 +1,3 @@
|
||||
<script type="text/javascript"> |
||||
tarteaucitron.user.facebookpixelId = '#CONFIG{tarteaucitron/services/fb_pixel}'; tarteaucitron.user.facebookpixelMore = function () { /* add here your optionnal facebook pixel function */ }; |
||||
(tarteaucitron.job = tarteaucitron.job || []).push('facebookpixel'); |
||||
</script> |
||||
tarteaucitron.user.facebookpixelId = '#CONFIG{tarteaucitron/services/fb_pixel}'; |
||||
tarteaucitron.user.facebookpixelMore = function () { /* add here your optionnal facebook pixel function */ }; |
||||
(tarteaucitron.job = tarteaucitron.job || []).push('facebookpixel'); |
@ -1,4 +1,2 @@
|
||||
<script type="text/javascript"> |
||||
tarteaucitron.user.googlemapsKey = '#CONFIG{tarteaucitron/services/gmap}'; |
||||
(tarteaucitron.job = tarteaucitron.job || []).push('googlemaps'); |
||||
</script> |
||||
tarteaucitron.user.googlemapsKey = '#CONFIG{tarteaucitron/services/gmap}'; |
||||
(tarteaucitron.job = tarteaucitron.job || []).push('googlemaps'); |
@ -1,5 +1,3 @@
|
||||
<script type="text/javascript"> |
||||
tarteaucitron.user.gtagUa = '#CONFIG{tarteaucitron/services/gtag}'; |
||||
tarteaucitron.user.gtagMore = function () { /* add here your optionnal gtag() */ }; |
||||
(tarteaucitron.job = tarteaucitron.job || []).push('gtag'); |
||||
</script> |
||||
tarteaucitron.user.gtagUa = '#CONFIG{tarteaucitron/services/gtag}'; |
||||
tarteaucitron.user.gtagMore = function () { /* add here your optionnal gtag() */ }; |
||||
(tarteaucitron.job = tarteaucitron.job || []).push('gtag'); |
Loading…
Reference in new issue