123456789101112131415161718192021222324252627
  1. (function (i, s, o, g, r, a, m) {
  2. i['GoogleAnalyticsObject'] = r;
  3. i[r] = i[r] || function () {
  4. (i[r].q = i[r].q || []).push(arguments)
  5. }, i[r].l = 1 * new Date();
  6. a = s.createElement(o),
  7. m = s.getElementsByTagName(o)[0];
  8. a.async = 1;
  9. a.src = g;
  10. m.parentNode.insertBefore(a, m)
  11. })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
  12. // ga('create', 'UA-113060759-1', 'auto');
  13. ga('create', 'XXXXXX', 'auto');
  14. ga('send', 'pageview');
  15. function CallGaBtn(arg_code) {
  16. ga('send', 'event', 'buttons', 'click', arg_code);
  17. //onsole.log(arg_code)
  18. }
  19. function CallGaPage(arg_code) {
  20. ga('send', 'pageview', arg_code);
  21. }