Skip to content

Commit 23043e2

Browse files
Improve intro
1 parent 111b87e commit 23043e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_docs/33_explained/20_platform-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ last_modified_at: 2025-07-04
77

88
This short guide is for product and engineering teams that run a multi-tenant SaaS or website builder and want to offer privacy-first analytics without extra setup screens. Your users will see a single Enable Simple Analytics checkbox in their account settings, and once they tick it the platform does the heavy lifting.
99

10-
Under the hood you inject one lightweight script into each customer site, using the site’s hostname as the identifier. There is no need for a separate Simple Analytics account or manual site ID, which keeps onboarding fast. If a user later unticks the box, you simply stop embedding the script so tracking halts immediately.
10+
Under the hood you inject one lightweight script into each customer site, using the site’s hostname as the identifier. There is no need for a separate Simple Analytics account (at the time of installation) or manual site ID, which keeps onboarding fast. If a user later unticks the box, you simply stop embedding the script so tracking halts immediately.
1111

12-
Optionally you can include a small helper that buffers event calls. It sits harmlessly in every page, and when the main script is active it ships events like click_signup to Simple Analytics for richer insights and affiliate credit.
12+
Optionally you can include a small helper that buffers event calls. It sits harmlessly in every page, and when the main script is active it ships events like `click_signup` to Simple Analytics.
1313

1414
## UI integration
1515

0 commit comments

Comments
 (0)