Skip to content

Instantly share code, notes, and snippets.

View satya1395's full-sized avatar
๐Ÿ‘‹
Hello

satya1395

๐Ÿ‘‹
Hello
  • Virginia, United states
View GitHub Profile
@satya1395
satya1395 / CLA.md
Created August 31, 2026 14:29
Reble Individual Contributor License Agreement

Reble Individual Contributor License Agreement

Thank you for your interest in contributing to Reble ("the Project"). This Contributor License Agreement ("Agreement") documents the rights granted by contributors to the Project Maintainer the owner of the github.com/satya1395/reble repository, or any successor individual or legal entity designated by them to steward the Project ("the Maintainer").

This is a legally binding document, so please read it carefully before agreeing. You accept this Agreement by signing it electronically via the Project's CLA tool.

1. Definitions

"You" means the individual who submits a Contribution to the Project.

@satya1395
satya1395 / tracking.js
Last active July 12, 2023 13:51
Integrating Google Analytics with Tibco Spotfire
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXXXX-X', 'auto');
ga('set', 'dimension1', 'dashboard-name');
ga('set', 'page', '/dashboard-tab-name');
ga('send', 'pageview');