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
<script> | |
/* | |
* get ip address and add it to the GTM data layer | |
* uses the free ipify.org service | |
* and intelligent caching to minimize requests | |
*/ | |
// mark the start of the script loading | |
window.dataLayer = window.dataLayer || []; |
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
/* | |
* load the JSON Beautify source | |
* and let client cache it for 24 hours | |
*/ | |
(function () { | |
var now, script, today, url; | |
url = "https://gist.githubusercontent.com/keithws/6b5333dd09753c26d8cec19414fca2fc/raw/9ae2d49d89b523f1522280eb940456ac49d48f43/json-beautify.js"; | |
now = Date.now(); |
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
/* | |
* get users with points from Jive Rewards | |
* this code is meant to be injected into the browser console at | |
* https://rewards.jivesoftware.com/ | |
* start by logging into your Jive Community and then | |
* visit the Jive Rewards Console (in your profile menu) | |
* | |
* after injection, it will add a "Download CSV" link in the page | |
* click the link to download a CSV of all Jive Users with Points | |
*/ |
OlderNewer