Last active
February 25, 2019 23:23
-
-
Save Valve/9b8591c55c083f797e60e3d962672648 to your computer and use it in GitHub Desktop.
This file contains 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 async src="https://yourdomain.fpjs.pro/fp.js"></script> | |
<script> | |
window.fpLayer = window.fpLayer || []; | |
function fp() { fpLayer.push(arguments); } | |
fp('config', 'client', 'client-id'); | |
// if you want to send data | |
// automatically on page load | |
fp('config', 'autoSend', true); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment