Actions32
- Analytics Actions
- Moderation Actions
- Backup Actions
- Automation Actions
- Insights Actions
Overview
This node provides advanced analytics and insights for Discord servers, focusing on the 'Invite Performance' operation under the 'Insights' resource. It tracks and analyzes the performance of invite links within a specified Discord guild (server) over a configurable time range. This is useful for server administrators who want to monitor how effective their invite links are in attracting new members and understand invite-related activity trends.
Use Case Examples
- A server admin wants to see which invite links are most effective over the past week to optimize their invite strategy.
- A community manager needs to track invite link usage to identify potential spam or abuse of invite links.
Properties
| Name | Meaning |
|---|---|
| Guild ID | The ID of the Discord server (guild) to analyze. |
| Time Range (Days) | Number of days to analyze invite performance, ranging from 1 to 30 days. |
| Additional Options | Optional parameters to customize the analysis, including whether to include bot activity, minimum messages for analysis, inclusion of attachments, spam threshold, inactive days to flag users, and maximum items to process. |
Output
JSON
guildId- The ID of the Discord server analyzed.timeRange- The number of days over which the invite performance was analyzed.invitePerformanceData- Detailed data about invite link usage and performance metrics.
Dependencies
- Requires a Discord API bot token credential to authenticate and access Discord server data.
Troubleshooting
- Common issues include invalid or missing Guild ID, which will prevent fetching server data.
- Insufficient permissions for the bot to access guild invites or member data can cause errors.
- Network or authentication errors with the Discord API may interrupt data retrieval.
- Ensure the bot token credential is valid and has the necessary intents enabled for guilds, messages, members, presences, message content, voice states, and invites.