You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/circleci.analytics-clj.core.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"">
3
3
<html><head><metacharset="UTF-8" /><title>circleci.analytics-clj.core documentation</title><linkrel="stylesheet" type="text/css" href="css/default.css" /><linkrel="stylesheet" type="text/css" href="css/highlight.css" /><scripttype="text/javascript" src="js/highlight.min.js"></script><scripttype="text/javascript" src="js/jquery.min.js"></script><scripttype="text/javascript" src="js/page_effects.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divid="header"><h2>Generated by <ahref="https://github.com/weavejester/codox">Codox</a></h2><h1><ahref="index.html"><spanclass="project-title"><spanclass="project-name">Analytics-clj</span><spanclass="project-version">0.5.0</span></span></a></h1></div><divclass="sidebar primary"><h3class="no-link"><spanclass="inner">Project</span></h3><ulclass="index-link"><liclass="depth-1 "><ahref="index.html"><divclass="inner">Index</div></a></li></ul><h3class="no-link"><spanclass="inner">Namespaces</span></h3><ul><liclass="depth-1 current"><ahref="circleci.analytics-clj.core.html"><divclass="inner"><span>circleci.analytics-clj.core</span></div></a></li></ul></div><divclass="sidebar secondary"><h3><ahref="#top"><spanclass="inner">Public Vars</span></a></h3><ul><liclass="depth-1"><ahref="circleci.analytics-clj.core.html#var-alias"><divclass="inner"><span>alias</span></div></a></li><liclass="depth-1"><ahref="circleci.analytics-clj.core.html#var-common-fields"><divclass="inner"><span>common-fields</span></div></a></li><liclass="depth-1"><ahref="circleci.analytics-clj.core.html#var-enqueue"><divclass="inner"><span>enqueue</span></div></a></li><liclass="depth-1"><ahref="circleci.analytics-clj.core.html#var-flush"><divclass="inner"><span>flush</span></div></a></li><liclass="depth-1"><ahref="circleci.analytics-clj.core.html#var-group"><divclass="inner"><span>group</span></div></a></li><liclass="depth-1"><ahref="circleci.analytics-clj.core.html#var-identify"><divclass="inner"><span>identify</span></div></a></li><liclass="depth-1"><ahref="circleci.analytics-clj.core.html#var-initialize"><divclass="inner"><span>initialize</span></div></a></li><liclass="depth-1"><ahref="circleci.analytics-clj.core.html#var-page"><divclass="inner"><span>page</span></div></a></li><liclass="depth-1"><ahref="circleci.analytics-clj.core.html#var-screen"><divclass="inner"><span>screen</span></div></a></li><liclass="depth-1"><ahref="circleci.analytics-clj.core.html#var-shutdown"><divclass="inner"><span>shutdown</span></div></a></li><liclass="depth-1"><ahref="circleci.analytics-clj.core.html#var-track"><divclass="inner"><span>track</span></div></a></li></ul></div><divclass="namespace-docs" id="content"><h1class="anchor" id="top">circleci.analytics-clj.core</h1><divclass="doc"><preclass="plaintext"></pre></div><divclass="public anchor" id="var-alias"><h3>alias</h3><h4class="added">added in 0.4.0</h4><divclass="usage"><code>(alias analytics previous-id user-id)</code><code>(alias analytics previous-id user-id options)</code></div><divclass="doc"><preclass="plaintext">`alias` is how you associate one identity with another.
4
4
This is an advanced method, but it is required to manage
5
-
user identities successfully in some of our integrations.</pre></div></div><divclass="public anchor" id="var-common-fields"><h3>common-fields</h3><h4class="added">added in 0.4.0</h4><divclass="usage"><code>(common-fields message-builder {:keys [anonymous-id context integration-options integrations timestamp user-id]})</code></div><divclass="doc"><preclass="plaintext">The `MessageBuilder` interface has a set of fields common to all messages.
5
+
user identities successfully in some of our integrations.</pre></div></div><divclass="public anchor" id="var-common-fields"><h3>common-fields</h3><h4class="added">added in 0.4.0</h4><divclass="usage"><code>(common-fields message-builder {:keys [anonymous-id context integration-options integrations timestamp message-id user-id]})</code></div><divclass="doc"><preclass="plaintext">The `MessageBuilder` interface has a set of fields common to all messages.
6
6
7
7
<ahref="https://segment.com/docs/spec/common/">https://segment.com/docs/spec/common/</a></pre></div></div><divclass="public anchor" id="var-enqueue"><h3>enqueue</h3><h4class="added">added in 0.4.0</h4><divclass="usage"><code>(enqueue analytics message-builder)</code></div><divclass="doc"><preclass="plaintext">Top-level `enqueue` function to allow for extensibility in the future.
8
8
</pre></div></div><divclass="public anchor" id="var-flush"><h3>flush</h3><h4class="added">added in 0.4.0</h4><divclass="usage"><code>(flush analytics)</code></div><divclass="doc"><preclass="plaintext">Flush events in the message queue.
0 commit comments