jackdbd/Ackee Analytics Action
Fetch analytics data from a self-hosted Ackee server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| endpoint | The URL for the /api endpoint of your Ackee GraphQL API server. Example: https://demo.ackee.electerious.com/api' | yes | — |
| username | Username to authenticate with your GraphQL API server. | yes | — |
| password | Password to authenticate with your GraphQL API server. | yes | — |
| domain_id | The ID of the domain you are monitoring with Ackee. | yes | — |
| num_top_pages | The top-performing N pages of the domain. | — | 10 |
| query | Your GraphQL query | no | — |
Outputs
| name | description |
|---|---|
| data | The `data` key of the response body received from the Ackee API. |