UNPKG

930 BMarkdownView Raw
1<img
2 src="../../../assets/svg/pyze.svg"
3 alt="pyze analytics logo"
4 height="100px"
5 width="200px" />
6
7# Pyze
8
9__homepage__: [pyze.com](https://www.pyze.com/)
10__docs__: [docs.pyze.com/web.html](https://docs.pyze.com/web.html)
11__import__: `import { Angulartics2Pyze } from 'angulartics2/pyze';`
12
13## Setup
14
151. Add [tracking code provided by Pyze](https://docs.pyze.com/web.html#add-code-in-your-web-or-saas-app-to-use-the-pyze-sdk) inside the header tag.
16
172. Remember to replace `YOUR_PYZE_APP_KEY` placeholder with the [Pyze App Key](https://docs.pyze.com/web.html#get-pyze-app-key) obtained from [growth.pyze.com](https://growth.pyze.com)
18
19 Note: You don't have to use `Pyze.postPageView("PageTitle", "Page URL");` api separately as it is called by angulartics for each page transition.
20
213. [Setup Angulartics](https://github.com/angulartics/angulartics2/tree/master#installation) using `Angulartics2Pyze`