Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- $('#buttonId').click(function(){
- $.post(
- "http://www.google-analytics.com/collect",
- {
- v: '1',
- tid: 'UA-19719399-2',
- cid: '12xx916x95.13x6127xx4',
- t: 'event',
- ec: 'Väikelaen',
- ea: 'Success',
- el: 'ru',
- ev: '10000'
- },
- onAjaxSuccess
- )
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment