forked from kissmetrics/km-support
-
Notifications
You must be signed in to change notification settings - Fork 0
/
developers.html
59 lines (55 loc) · 1.7 KB
/
developers.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
layout: post
title: "Developer Portal"
tags: []
permalink: /developers/
portal: developer
---
<h2>Overview: Read This First</h2>
<ul class='summary' id='understanding-identities'>
<li>
<a href='/getting-started/understanding-identities'>
<h3>
Understanding Identities
</h3>
<p>Key concepts about person-based analytics you should know before using KISSmetrics.</p>
</a>
</li>
</ul>
<h2>Implementing KISSmetrics</h2>
<ul class='summary' id='apis'>
<li>
<a href='/apis'>
<h3>
APIs
</h3>
<p>KISSmetrics provides an official API for several languages. For most users we recommend using the JavaScript Library. Please also consider using our other ways of sending us data, as we are including direct integrations with several platforms like Mailchimp, Recurly, and your own MySQL database.</p>
</a>
</li>
</ul>
<ul class='summary' id='external_integrations'>
<li>
<a href='/integrations'>
<h3>
External Integrations
</h3>
<p>KISSmetrics offers the ability to sync KISSmetrics with other external data sources.</p>
</a>
</li>
</ul>
<ul class='summary' id='a/b_testing'>
<li>
<a href='/a-b-testing'>
<h3>
A/B Testing
</h3>
<p>An overview of A/B testing, what A/B testing looks like with KISSmetrics tools, and how we integrate with other A/B testing tools.</p>
</a>
</li>
</ul>
<h2> Pitfalls to Watch For</h2>
{% include summaries/devportal_common_devpitfalls_summary.html %}
<h2> Recommended Data Structure For Your Business Type</p>
{% include summaries/best_practices_summary.html %}
<h2> Tips For Installation and Testing </h2>
{% include summaries/devportal_developers_summary.html %}