Skip to content

Reports & Analytics

🤖 Explain with AI

This guide covers the powerful reporting and analytics capabilities of 4Geeks Perks, helping administrators make data-driven decisions to optimize their employee benefits programs.

Overview

4Geeks Perks provides comprehensive analytics to help you:

  • Monitor perk utilization and employee engagement
  • Track budget consumption and forecast spending
  • Calculate ROI on your perks investment
  • Identify trends and optimize offerings
  • Generate compliance and audit reports

Accessing Reports

  1. Log in to the 4Geeks Console
  2. Navigate to Perks > Analytics or Perks > Reports

Dashboard

The Analytics Dashboard provides real-time insights at a glance.

Key Metrics

Adoption Metrics: - Active Users: Employees who redeemed at least one perk in the selected period - Adoption Rate: Percentage of eligible employees using perks - New Enrollees: Employees who joined the perks program - Engagement Score: Composite metric based on frequency and diversity of perk usage

Financial Metrics: - Total Spend: Amount spent on perks in the selected period - Budget Utilization: Percentage of allocated budget used - Average Cost Per Employee: Total spend divided by active users - Cost Per Redemption: Average cost of each perk redemption

Operational Metrics: - Total Redemptions: Number of perk redemptions - Average Redemptions Per User: Frequency of perk usage - Top Perks: Most popular perks by usage - Peak Usage Times: When perks are redeemed most frequently

Dashboard Views

Executive View: High-level metrics for leadership reporting: - Overall adoption rate - Total budget vs. actual spend - Employee satisfaction indicators - ROI summary

Operational View: Detailed metrics for day-to-day management: - Daily/weekly redemption trends - Device status (for IoT integrations) - Pending approvals - Alert summary

Financial View: Budget-focused analytics: - Spend by category - Budget forecasts - Cost center breakdown - Variance analysis

Standard Reports

Usage Report

Shows how employees are utilizing perks.

Metrics Included: - Total redemptions by perk type - Redemptions by department - Redemptions by location - Redemptions by time period (daily, weekly, monthly) - Top 10 most used perks - Least used perks

Filters: - Date range - Department - Location - Employee type - Perk category

Use Cases: - Identify popular perks to expand offerings - Discover underutilized perks for promotion or removal - Track seasonal usage patterns - Compare usage across departments

Budget Report

Detailed analysis of perk spending.

Metrics Included: - Budget allocated vs. spent - Spend by perk category - Spend by department - Average spend per employee - Budget utilization rate - Projected end-of-period spend - Overage alerts

Filters: - Date range - Budget category - Department - Cost center - Perk type

Use Cases: - Monitor budget consumption - Identify overspending trends - Plan future budget allocations - Report to finance department

Employee Engagement Report

Measures how engaged employees are with the perks program.

Metrics Included: - Adoption rate over time - Engagement score distribution - Active vs. inactive users - Average redemptions per employee - Perk diversity index (how many different perks each employee uses) - Employee satisfaction scores (if surveys enabled)

Filters: - Date range - Department - Tenure - Employment type - Location

Use Cases: - Identify disengaged employees - Measure program effectiveness - Target communications to inactive users - Correlate engagement with retention

Wallet Report

Analysis of wallet point allocation and redemption.

Metrics Included: - Total points allocated - Total points redeemed - Total points remaining - Average balance per employee - Point expiration tracking - Top redeemers - Redemption velocity (points per day)

Filters: - Date range - Department - Allocation type (recurring, one-time, bonus) - Employee group

Use Cases: - Optimize point allocation amounts - Identify employees with unused points - Plan point distribution schedules - Monitor wallet program costs

Vendor Report

Performance and utilization of perk vendors.

Metrics Included: - Transactions by vendor - Revenue by vendor - Average transaction value - Vendor rating (if feedback enabled) - Contract compliance - Service level metrics

Filters: - Date range - Vendor category - Location - Service type

Use Cases: - Evaluate vendor performance - Negotiate better terms - Identify reliable partners - Track contract utilization

ROI Report

Calculate the return on investment for your perks program.

Metrics Included: - Total program cost - Estimated value to employees - Retention rate correlation - Productivity metrics (if integrated with HR system) - Employee satisfaction impact - Cost per hire reduction - Absenteeism reduction

Filters: - Date range - Department - Perk category - Employee segment

Use Cases: - Justify perks budget to leadership - Compare ROI across perk types - Optimize investment allocation - Report to board/stakeholders

Custom Reports

Create tailored reports for specific needs.

Building a Custom Report

  1. Go to Perks > Reports > Custom
  2. Click Create Report
  3. Choose report type:
  4. Tabular (spreadsheet-style)
  5. Summary (aggregated metrics)
  6. Trend (time-series data)
  7. Comparison (side-by-side analysis)
  8. Select data fields:
  9. Employee information
  10. Perk details
  11. Transaction data
  12. Financial metrics
  13. Time dimensions
  14. Apply filters:
  15. Date range
  16. Departments
  17. Locations
  18. Perk types
  19. Employee attributes
  20. Choose aggregation:
  21. Sum
  22. Average
  23. Count
  24. Min/Max
  25. Median
  26. Set grouping:
  27. By department
  28. By perk
  29. By time period
  30. By location
  31. Preview report
  32. Save or export

Report Templates

Save custom reports as templates for reuse:

  1. After building a report, click Save as Template
  2. Name the template
  3. Add description (optional)
  4. Set refresh schedule (optional)
  5. Share with other admins (optional)
  6. Click Save

Access templates at Perks > Reports > Templates

Scheduled Reports

Automate report generation and delivery.

Creating a Schedule

  1. Go to Perks > Reports > Scheduled
  2. Click Create Schedule
  3. Configure:
  4. Report type: Standard or custom report
  5. Frequency:
    • Daily
    • Weekly (choose day)
    • Monthly (choose date)
    • Quarterly
  6. Time: When to generate
  7. Recipients: Email addresses (comma-separated)
  8. Format: PDF, CSV, Excel
  9. Date range:
    • Previous period
    • Month-to-date
    • Year-to-date
    • Custom range
  10. Click Save

Managing Schedules

  • Pause: Temporarily stop delivery
  • Edit: Modify schedule settings
  • Delete: Remove schedule
  • Run now: Generate immediately
  • View history: See past deliveries

Data Export

Export report data for external analysis.

Export Formats

CSV: - Raw data format - Compatible with most tools - Best for large datasets - No formatting

Excel: - Formatted spreadsheets - Multiple sheets possible - Preserves charts and graphs - Best for presentations

PDF: - Print-ready format - Preserves visual design - Best for sharing with stakeholders - Not editable

JSON: - API-friendly format - Best for system integrations - Structured data - Developer use

Exporting Data

  1. Generate or open a report
  2. Click Export
  3. Choose format
  4. Select options:
  5. Include charts
  6. Include filters
  7. Date format
  8. Currency format
  9. Click Download

Analytics API

Access analytics data programmatically.

Authentication

POST /api/v1/auth/token
Content-Type: application/json

{
  "client_id": "your_client_id",
  "client_secret": "your_client_secret",
  "grant_type": "client_credentials"
}

Get Dashboard Metrics

GET /api/v1/analytics/dashboard?period=30d
Authorization: Bearer {token}

Get Usage Report

GET /api/v1/analytics/usage?start_date=2026-01-01&end_date=2026-04-24&group_by=department
Authorization: Bearer {token}

Get Budget Report

GET /api/v1/analytics/budget?period=current_month&department=engineering
Authorization: Bearer {token}

See full API documentation

Real-Time Analytics

Monitor perk activity as it happens.

Live Dashboard

  1. Go to Perks > Analytics > Live
  2. View:
  3. Real-time redemptions
  4. Active sessions
  5. Current wallet transactions
  6. IoT device activity
  7. System alerts

Real-Time Alerts

Configure instant notifications for: - Budget threshold reached - Unusual activity detected - Device offline - High-value transactions - System errors

Set up at Perks > Analytics > Alerts

Benchmarking

Compare your perks program against industry standards.

Industry Benchmarks

Available for Premium plans: - Average adoption rate by industry - Typical spend per employee - Popular perks by sector - Engagement score benchmarks - ROI averages

Accessing Benchmarks

  1. Go to Perks > Analytics > Benchmarks
  2. Select:
  3. Industry
  4. Company size
  5. Region
  6. View comparison:
  7. Your metrics vs. industry average
  8. Percentile ranking
  9. Improvement opportunities

Employee Feedback Integration

Combine usage data with employee satisfaction.

Survey Reports

If employee surveys are enabled: - Satisfaction scores by perk - Net Promoter Score (NPS) - Qualitative feedback themes - Improvement suggestions - Correlation between usage and satisfaction

Setting Up Surveys

  1. Go to Perks > Analytics > Surveys
  2. Create survey:
  3. Target audience
  4. Questions
  5. Frequency
  6. Anonymity settings
  7. Distribute to employees
  8. Review results in analytics dashboard

Data Retention

Retention Policy

  • Transaction data: 7 years
  • Employee data: Duration of employment + 3 years
  • Analytics snapshots: 3 years
  • Custom reports: Until deleted

Archiving Data

  1. Go to Perks > Settings > Data Management
  2. Choose data to archive
  3. Select archive format
  4. Download or store in cloud
  5. Confirm archival

Best Practices

Dashboard Usage

  • Review dashboard daily for operational issues
  • Conduct weekly trend analysis
  • Perform monthly comprehensive reviews
  • Share executive summaries quarterly

Report Design

  • Keep reports focused on specific questions
  • Use consistent date ranges for comparisons
  • Include context and benchmarks
  • Highlight actionable insights
  • Avoid information overload

Data-Driven Decisions

  • Test changes with small groups first
  • Measure impact before and after
  • Gather employee feedback
  • Iterate based on results
  • Document decisions and rationale

Reporting Cadence

Daily: - Check alerts and anomalies - Monitor IoT device status - Review pending approvals

Weekly: - Usage trends - Budget consumption - Employee engagement

Monthly: - Comprehensive usage report - Budget vs. actual analysis - Vendor performance review - Employee feedback summary

Quarterly: - ROI calculation - Industry benchmarking - Strategic recommendations - Executive presentation

Troubleshooting

Report Generation Issues

Report takes too long: - Reduce date range - Apply more filters - Use summary instead of detailed view - Schedule for off-peak hours

Missing data: - Verify date range - Check employee eligibility settings - Confirm perk was enabled during period - Review data sync status

Incorrect totals: - Check for duplicate entries - Verify filter logic - Confirm currency conversion rates - Review aggregation method

Export Problems

File too large: - Split into multiple reports - Use CSV instead of Excel - Reduce date range - Apply filters

Formatting issues: - Try different export format - Check date/timezone settings - Verify currency preferences - Update browser

Next Steps


Still questions? Ask the community or explore tutorials