Actions27
- Account Actions
- Device Actions
- Estatísticas E Log Actions
- Item Actions
- Template Actions
Overview
This node integrates with the etiquetas.io platform, specifically providing access to various resources including statistics and logs. The "Estatisticas De Etiquetas" operation under the "Estatísticas E Log" resource fetches tag-related statistics for a specified store. This is useful for scenarios where users want to analyze tag usage or performance metrics within their stores managed on etiquetas.io.
Practical examples include:
- Retrieving tag scan counts or activity logs for a particular store.
- Monitoring tag-based inventory or asset tracking statistics.
- Generating reports on tag interactions over time for business insights.
Properties
Name | Meaning |
---|---|
storeId | Identifier of the store to retrieve tag statistics for. Can be selected from a list of stores or entered manually by ID (numeric only). |
Output
The node outputs JSON data containing the tag statistics related to the specified store. The exact structure depends on the etiquetas.io API response for tag statistics but typically includes metrics such as tag counts, usage logs, timestamps, and other relevant statistical information.
No binary data output is indicated in the source code.
Dependencies
- Requires an API key credential for etiquetas.io to authenticate requests.
- Uses an internal method to fetch available stores for selection (
getStores
). - Relies on etiquetas.io's API endpoints for statistics retrieval.
Troubleshooting
- Invalid Store ID: If the store ID does not match the expected numeric format, the node will likely throw a validation error. Ensure the store ID is numeric.
- Authentication Errors: Missing or invalid API credentials will prevent successful API calls. Verify that the API key credential is correctly configured.
- Store Not Found: Selecting a store that does not exist or has no associated tags may result in empty or error responses. Confirm the store exists in etiquetas.io.
- API Rate Limits or Downtime: Network issues or API limits can cause failures. Check network connectivity and etiquetas.io service status.