From 52c4aa74c4964c0bca8a31e6c6c8bb4d3b86706f Mon Sep 17 00:00:00 2001 From: Astemir Boziev Date: Sun, 24 May 2026 14:32:59 +0400 Subject: [PATCH] ASA settings: link to Apple's OAuth setup docs Add an external link to Apple's 'Implementing OAuth for the Apple Search Ads API' page right under the Search Ads section description so users have an authoritative reference for generating their Client ID / Client Secret. Also tighten the surrounding copy: drop the '(free, no budget required), then Settings -> API -> Create New Client' aside since the linked Apple docs cover those steps in more detail and stay up to date as Apple's console UI evolves. --- web/src/components/SettingsPanel.svelte | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/web/src/components/SettingsPanel.svelte b/web/src/components/SettingsPanel.svelte index 94b8d15..b991ebe 100644 --- a/web/src/components/SettingsPanel.svelte +++ b/web/src/components/SettingsPanel.svelte @@ -350,8 +350,16 @@

Used for keyword suggestions for any app. Create a Search Ads account at - searchads.apple.com (free, no - budget required), then Settings → API → Create New Client. + searchads.apple.com. See Apple's + + OAuth setup guide ↗ + + for the Client ID / Client Secret details.