Plugin Testseite 1

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-883789-7', 'auto');
  ga('set','userId','user1234');

  ga('require', 'gaCrm', {
      sheet: 'https://script.google.com/macros/s/AKfycbyyzo9Ohi0W9Ht60a1_Llw_FSpiF2aTO2hMedGRlfLt5hbbu4Q/exec/',
      debug: true,
      forms: [{
        id:'contactForm',
        url:'/crm/',
        container:'form1',
        fields : [
          {id : 'name', type:'text', name : "name", class: "textfield", label:"Name"},
          {id : 'message', type:'text', name : "message", class: "textfield", label:"Message"},
          {id : 'email', type:'email', name : "email", class: "textfield", label:"Email"},
          {id : 'check1', value:'check1', type:'checkbox', name : "check", class: "checkbox", label:"Option 1"},
          {id : 'check2', value:'check2', type:'checkbox', name : "check", class: "checkbox", label:"Option 2"},
        ]
      }]
  });

  ga('gaCrm:displayForms'); // this can be called ahead since it's loaded async in any case
  ga('send', 'pageview');


  </script>
  <script async src="http://www.flesheatingarthropods.org/crm/ga-crm.js">  </script>