Actions24
- Health Actions
- Offers Actions
- Lots Actions
- Statistics Actions
- Authentication Actions
- Feedback Actions
- Events Actions
- Categories Actions
- Admin Actions
Overview
This node interacts with the AI Marketplace API to retrieve user statistics. Specifically, the 'Statistics - Users' operation fetches the total user count over a specified time period, with options for period-over-period comparison. This is useful for monitoring user growth and engagement trends in different environments (development or production). For example, a user can get the total number of users registered today, in the last 7 days, 30 days, or all time.
Use Case Examples
- A marketing analyst wants to track the number of new users joining the platform daily to measure campaign effectiveness.
- A product manager needs to compare user growth between development and production environments to validate deployment impact.
Properties
| Name | Meaning |
|---|---|
| Environment | The environment to connect to, either Development or Production. |
| Override Base URL | Optional URL to override the default base URL for the selected environment. |
| Time Span | The time period for which to retrieve user statistics, supporting period-over-period comparison. |
| Additional Fields | Optional additional parameters such as request timeout and response format. |
Output
JSON
jsontotalUsers- Total user count for the specified time span.periodComparison- Comparison data for the specified time span against a previous period, if available.
Dependencies
- Requires an API key credential for authenticated requests when necessary.
Troubleshooting
- Common issues include authentication errors if API credentials are not configured properly. Ensure the AI Marketplace API credentials are set up for operations requiring authentication.
- Timeout errors may occur if the request timeout is set too low; increase the timeout in additional fields if needed.
- Invalid input errors may arise if parameters like 'Time Span' or 'Environment' are incorrectly set or contain unsupported values.