You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/activities/development-guides.mdx
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -990,7 +990,7 @@ async function handleReferral() {
990
990
991
991
### Creating and Managing Custom Incentivized Links
992
992
993
-
This guide covers creating a customizable [Incentivized Link](#DOCS_ACTIVITIES_DEVELOPMENT_GUIDES/prompting-users-to-share-incentivized-links) through the dev portal, and then retrieving the link to be able to share it off-platform.
993
+
This guide covers creating a customizable [Incentivized Link](#DOCS_ACTIVITIES_DEVELOPMENT_GUIDES/prompting-users-to-share-incentivized-links) through the dev portal, and then retrieving the link to be able to share it off-platform. The main purpose of these links is the ability to customize how they're presented to users via the embed.
994
994
995
995
#### Creating a Link
996
996
@@ -1037,6 +1037,11 @@ Users will see an embed with your information displayed. Clicking "Play" opens t
1037
1037
1038
1038
This guide covers creating a customizable [Incentivized Link](#DOCS_ACTIVITIES_DEVELOPMENT_GUIDES/prompting-users-to-share-incentivized-links) within your activity, and using the `shareLink`API to share the link.
1039
1039
1040
+
* Allows you to customize the way the link is presented to users via the embed
0 commit comments