Contribution Events Analytics API
The Contribution Events analytics API endpoint gives you data that you would find in the Site Contributions report, Group Comparison report, and User Comparison report. Each row in the report represents an event.
API endpoint: /@api/deki/site/analytics/contributionevents?month=YYYY-MM
This will give you a result with the following data:
Name | Description | Type | Example |
---|---|---|---|
EVENT_DATE | The date the event occurred | DATE (M/D/YYYY) | 6/1/2023
12/22/2023 |
EVENT_ID | The unique identifier for the event | STRING | 03472928-00d8-11ee-a869-719f334a7d1d |
EVENT_TYPE | The kind of event that occurred | STRING |
Copy |
PAGE_PATH | The page where the event occurred | STRING | Admin/Branding/Branding_Guidelines/Logos_and_icons |
SESSION_ID | Indicates which events belong to which sessions | STRING | site_11706:efac2fe8-c43f-4e17-b5d7-081908ce7a77:1 |
SITE_ID | The site where the event occurred | STRING | site_11706 |
USER_ID | The user who performed the event | NUMBER | 756 |