Skip to content

Commit 2083713

Browse files
committed
implement some feedback
1 parent c0f07ad commit 2083713

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/activities/Development_Guides.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ These guides include suggested development practices, SDK commands, and user flo
9696
</Card>
9797
</Container>
9898

99-
## Links
99+
## Growth and Referrals
100100
<Container>
101101
<Card title="Prompting Users to Share Incentivized Links" link="#DOCS_ACTIVITIES_DEVELOPMENT_GUIDES/prompting-users-to-share-incentivized-links">
102-
Have your users share links to your activity, with tracking and incentives.
102+
Encourage your users to share links to your activity by adding tracking and offering rewards for engagement.
103103
</Card>
104104
</Container>
105105

@@ -888,13 +888,11 @@ This example is being done entirely on the client, however, a more common patter
888888
889889
### Prompting Users to Share Incentivized Links
890890
891-
Incentivized sharing can help grow your application through network effects. This guide covers implementing a reward system for users who share links and those who click them.
891+
Incentivized sharing can help grow your Activity through network effects. This guide covers implementing a reward system for users who share links and those who click them.
892892
893893
#### Implementation Overview
894-
1. Create and track promotional campaigns
895-
2. Prompt users to share links
896-
3. Handle incoming referrals
897-
4. Distribute rewards safely
894+
1. Create and track an incentivized link for a promotional campaign, then prompt users to share the link
895+
3. Handle incoming referrals and grant valid rewards
898896
899897
#### Sharing Links
900898

0 commit comments

Comments
 (0)