analyst-revenue-analytics

Analyze Braze purchase data for revenue trends, frequency, and product performance.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/delta-and-beta/braze-agency --skill analyst-revenue-analytics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyst-revenue-analytics
Source: https://github.com/delta-and-beta/braze-agency/tree/main/skills/analyst-revenue-analytics
Command: npx skills add https://github.com/delta-and-beta/braze-agency --skill analyst-revenue-analytics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enables data teams to analyze Braze purchase data to reveal revenue trends, purchase frequency, and product performance from transaction data, facilitating informed business decisions.

Core Features & Use Cases

  • Time-series revenue analysis using Braze purchases endpoints to monitor revenue trends over defined windows.
  • Purchase frequency and funnel analysis to understand customer engagement and purchasing velocity.
  • Product-level discovery and performance evaluation by leveraging product lists to identify top-performing items and tail products.

Quick Start

Run a revenue trend analysis on the latest Braze purchases data to identify top products and purchase frequency.

Frequently Asked Questions about analyst-revenue-analytics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze Braze purchase data to uncover revenue trends?

To analyze Braze purchase data for revenue trends, you query time-series endpoints like purchases/revenue_series using parameters such as length, ending_at, and unit. This reveals revenue fluctuations across defined time windows and specific apps.

What is the best way to evaluate product performance using Braze purchases?

Evaluating product performance with Braze purchases involves querying the purchases/product_list endpoint. This identifies top-performing items and tail products by analyzing product-level metrics within your specified time windows.

Can I track purchase frequency and quantity metrics in Braze over time?

Yes, you can track purchase frequency and quantity by using the purchases/quantity_series endpoint. It allows you to measure purchasing velocity and customer engagement by specifying parameters like app_id and unit across set time periods.

What are the limitations when retrieving Braze revenue time-series data?

A limitation when retrieving Braze revenue time-series data is the maximum query length of up to 100 days per request. You must segment longer historical analyses into multiple queries using the ending_at parameter.

Does this approach support filtering revenue analytics by specific apps and products?

Yes, Braze revenue analytics supports filtering by specific apps and products using the app_id and product parameters. This allows targeted analysis of transaction data for individual product lines or application environments.