Created
August 16, 2013 14:03
-
-
Save deivisonarthur/6250223 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- BEGIN GOOGLE ANALYTICS CODEs --> | |
| <script type="text/javascript"> | |
| //<![CDATA[ | |
| var _gaq = _gaq || []; | |
| _gaq.push(['_setAccount', 'UA-23053096-1']); | |
| //_gaq.push(['_trackPageview', '/cielo/compra/confirmada/25144/']); | |
| _gaq.push(['_trackPageview']); | |
| _gaq.push(['_addTrans', | |
| '25144-cielo', // transaction ID - required | |
| 'Leoeletro - Compra com cielo', // affiliation or store name | |
| '20.7300', // total - required | |
| '', // tax | |
| '16.7300', // shipping | |
| 'Rio de Janeiro', // city | |
| 'Rio de Janeiro', // state or province | |
| 'BRA' // country | |
| ]); | |
| _gaq.push(['_trackTrans']); //submits transaction to the Analytics servers | |
| (function() { | |
| var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
| ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
| var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
| })(); | |
| //]]> | |
| </script> | |
| <!-- END GOOGLE ANALYTICS CODE --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment