From 44ea5a438f88ce220d2a1c691607fff287913581 Mon Sep 17 00:00:00 2001 From: Spencer Qian Date: Mon, 27 Jul 2026 23:35:29 -0700 Subject: [PATCH] docs: attribute the dashboard link with UTM parameters The dashboard now records first-touch UTM and breaks new API keys down by acquisition channel, but it can only receive what the links carry. Without this, everyone arriving from this README is attributed to direct. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 794af3f..f64d5f3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ sonilo text-to-music --prompt "warm lo-fi piano, rain" --duration 30 ## Authentication -Create an API key in your [Sonilo dashboard](https://platform.sonilo.com/dashboard/api-keys), +Create an API key in your [Sonilo dashboard](https://platform.sonilo.com/dashboard/api-keys?utm_source=sonilo_python&utm_medium=readme&utm_campaign=sdk_quickstart), then give it to the client either as an environment variable (recommended) or inline: