5 changed files with 32 additions and 27 deletions
@ -1,3 +1,3 @@
|
||||
tarteaucitron.user.facebookpixelId = '[(#CONFIG{tarteaucitron/services/facebookpixelID})]'; |
||||
tarteaucitron.user.facebookpixelId = '[(#CONFIG{tarteaucitron/services/facebookpixelkey})]'; |
||||
tarteaucitron.user.facebookpixelMore = function () { /* add here your optionnal facebook pixel function */ }; |
||||
(tarteaucitron.job = tarteaucitron.job || []).push('facebookpixel'); |
@ -1,3 +1,3 @@
|
||||
tarteaucitron.user.gtagUa = '[(#CONFIG{tarteaucitron/services/gtagUA})]'; |
||||
tarteaucitron.user.gtagUa = '[(#CONFIG{tarteaucitron/services/gtagkey})]'; |
||||
tarteaucitron.user.gtagMore = function () { /* add here your optionnal gtag() */ }; |
||||
(tarteaucitron.job = tarteaucitron.job || []).push('gtag'); |
Loading…
Reference in new issue