Overview
This article contains instructions on how to create a Google Analytics tag and add it to all Postwires in your organization for tracking purposes.
Process
- Generate your Google Analytics tracking code snippet.
The code should look similar to the below example:
<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.parentNod e.insertBefore(a,m)
})(window,document,'script','// www.google-analytics.com/anal ytics.js','ga ');
ga('create', 'UA-54505482-1', 'auto');
ga('send', 'pageview');
</script>
- Please send your script to our Support Team at support@postwire.com and they will make necessary adjustments for this code to be added to each Postwire created by members of your Postwire organization.