Amplitude Integration
Last updated
Was this helpful?
Was this helpful?
<script>
window.igSettings = {
integrations: {
amplitude: {
trackMode: "timed",
timeSinceAssignment: 3600// re-send after an hour has passed
}
}
}
</script>