Files
kener/docs/site-analytics.md
Raj Nandan Sharma 0f5dd0fd31 feat: added analytics
2024-11-14 23:58:22 +05:30

1.2 KiB

title, description
title description
Site Analytics | Kener Add Google Analytics, Amplitude, Mixpanel etc to your Kener site

Site Analytics

You can add Google Analytics, Amplitude, Mixpanel etc to your Kener site. In order to do this, you need to add the following configuration to your site.yaml file.

analytics:
	- id: "G-QsFT"
	  type: "GA"
	- id: "deasf0d350"
	  type: "AMPLITUDE"
	- id: "FKOdsKener"
	  type: "MIXPANEL"

Google Analytics

To add Google Analytics to your site, you need to add the following configuration to your site.yaml file.

analytics:
	- id: "G-QsFT"
	  type: "GA"

id is the tracking ID of your Google Analytics account. You can find this in your Google Analytics account.

Amplitude

To add Amplitude to your site, you need to add the following configuration to your site.yaml file.

analytics:
	- id: "deasf0d350"
	  type: "AMPLITUDE"

id is the API key of your Amplitude account. You can find this in your Amplitude account.

Mixpanel

To add Mixpanel to your site, you need to add the following configuration to your site.yaml file.

analytics:
	- id: "FKOdsKener"
	  type: "MIXPANEL"

id is the token of your Mixpanel account. You can find this in your Mixpanel account.