diff --git a/docs/capabilities/server/userActions.mdx b/docs/capabilities/server/userActions.mdx index 122893af..e31ec218 100644 --- a/docs/capabilities/server/userActions.mdx +++ b/docs/capabilities/server/userActions.mdx @@ -30,9 +30,13 @@ To ensure a positive user experience and compliance with Reddit policies: - **No automated actions:** Users must explicitly opt-in to the app acting on their behalf. Do not mislead or surprise users. - **Establish a reporting flow:** Ensure `userGeneratedContent` is correctly set for posts submitted on behalf of the user. - **Do not gate any functionality:** Users should not be made or encouraged to post, comment, or subscribe to continue using your app. -- **Keep actions separate:** Do not merge posting, commenting, or subscribing with other app actions (e.g., gameplay progression). Each must remain a distinct, clear choice. +- **Keep actions separate:** Do not merge posting, commenting, or subscribing with other app actions. Each must remain a distinct, clear choice. - **Remember the human:** Follow Reddit's safety and compliance guidelines for user-generated content. Do not create spam-like content or poor user experiences in pursuit of engagement. +:::note +Apps using user actions must follow these requirements to be approved. +::: + --- diff --git a/versioned_docs/version-0.12/capabilities/server/userActions.mdx b/versioned_docs/version-0.12/capabilities/server/userActions.mdx index 122893af..e31ec218 100644 --- a/versioned_docs/version-0.12/capabilities/server/userActions.mdx +++ b/versioned_docs/version-0.12/capabilities/server/userActions.mdx @@ -30,9 +30,13 @@ To ensure a positive user experience and compliance with Reddit policies: - **No automated actions:** Users must explicitly opt-in to the app acting on their behalf. Do not mislead or surprise users. - **Establish a reporting flow:** Ensure `userGeneratedContent` is correctly set for posts submitted on behalf of the user. - **Do not gate any functionality:** Users should not be made or encouraged to post, comment, or subscribe to continue using your app. -- **Keep actions separate:** Do not merge posting, commenting, or subscribing with other app actions (e.g., gameplay progression). Each must remain a distinct, clear choice. +- **Keep actions separate:** Do not merge posting, commenting, or subscribing with other app actions. Each must remain a distinct, clear choice. - **Remember the human:** Follow Reddit's safety and compliance guidelines for user-generated content. Do not create spam-like content or poor user experiences in pursuit of engagement. +:::note +Apps using user actions must follow these requirements to be approved. +::: + ---