You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will have no analytics for Staffbase Email channel type
subject_line
Needed, likely retrievable
preheader_text
Needed, likely retrievable
sender_name
Needed, likely retrievable
language
Possibly retrievable
audience_segment
Partially retrievable
campaign_id
Partially retrievable
campaign_name
Partially retrievable
emails_sent
May need to be calculated
emails_delivered
Availability unsure
eligible_population
Availability unsure — definition unclear, verify via API
Known Limitations
The channel field is not applicable for Staffbase Email channel type
Some fields like language, audience_segment, etc., may require additional API endpoints to retrieve
emails_delivered and eligible_population fields are not confirmed to be available via the current API
Component Architecture
graph TD
A[EmailPerformancePlugin] --> B[Filters]
A --> C[EmailTable]
A --> D[LoadingState]
A --> E[ErrorState]
C --> F[StatusBadge]
C --> G[Sorting Mechanism]