Skip to content

Commit dc29f0f

Browse files
committed
Added getUserFingerprint example (see snowplow#288)
1 parent d3d1006 commit dc29f0f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

examples/web/async-large.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
}
5656
]);
5757

58+
// Callback executed once the tracker loads which logs the user fingerprint
59+
window.snowplow_1(function () {
60+
console.log(this.cf.getUserFingerprint());
61+
});
62+
5863
</script>
5964
<!-- Snowplow stops plowing -->
6065

0 commit comments

Comments
 (0)