From f450f55c28dc19bb4310e7c99c421b4711756c24 Mon Sep 17 00:00:00 2001 From: Anthony Tesija Date: Mon, 14 Apr 2025 23:52:17 +0000 Subject: [PATCH] Added incentivized link changelog --- .../2025-04-11-incentivized-links.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/change-log/2025-04-11-incentivized-links.md diff --git a/docs/change-log/2025-04-11-incentivized-links.md b/docs/change-log/2025-04-11-incentivized-links.md new file mode 100644 index 0000000000..ff0f17fa62 --- /dev/null +++ b/docs/change-log/2025-04-11-incentivized-links.md @@ -0,0 +1,18 @@ +--- +title: "Custom Incentivized Links" +date: "2025-04-11" +topics: +- "Activities" +- "Embedded App SDK" +--- + +### Custom Incentivized Links for Activities + +Custom Incentivized Links are used to customize how your incentivized link embed appears to users. You can create them in the developer portal or generate them from within your activity. Incentivized Links can be used as referral links, promotions, deep-linking into your activity, and more. + +- shareLink will now let you attach custom params to links you share about your game using `custom_id`. +- Removed `referrer_id` from shareLink API. Any uses of `referrer_id` should be moved over to use `custom_id` instead. Passing `referrer_id` to shareLink will silently fail. + +Learn more about [creating and managing Custom Incentivized Links](https://discord.com/developers/docs/activities/development-guides#creating-and-managing-custom-incentivized-links) and [how to generate them from within your activity](https://discord.com/developers/docs/activities/development-guides#generating-a-custom-link-within-your-activity) with the shareLink API. + +The Embedded App SDK is available via [npm](https://www.npmjs.com/package/@discord/embedded-app-sdk) and [GitHub](https://github.com/discord/embedded-app-sdk). You can check out our [installation guide and reference](https://discord.com/developers/docs/developer-tools/embedded-app-sdk) to get started with it! \ No newline at end of file