Retrieves daily creator metrics tracking both new creators (who joined your database) and active creators (who made posts) with comparison to previous period
| Parameter | Type | Description | Required |
|---|---|---|---|
start_date | String | Start date in MM/DD/YYYY format | Yes |
end_date | String | End date in MM/DD/YYYY format | Yes |
| Field | Description |
|---|---|
date | Date string for the current day (YYYY-MM-DD format) |
last_date | Date string for the comparison day from the previous period (YYYY-MM-DD format) |
current_new | Number of new creators who joined on the current date |
last_new | Number of new creators who joined on the comparison date |
total_new | Cumulative total of new creators in the current period |
last_total_new | Cumulative total of new creators in the comparison period |
current_active | Number of creators who made posts on the current date |
last_active | Number of creators who made posts on the comparison date |
total_active | Cumulative total of active creators in the current period |
last_total_active | Cumulative total of active creators in the comparison period |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Start date in MM/DD/YYYY format
End date in MM/DD/YYYY format