record_sale
Record a product sale to update revenue and conversion rate, giving accurate performance tracking for digital products.
Instructions
Record a sale event for a product, updating revenue and conversion rate.
Args: product_id: The ID of the generated product that sold. revenue_usd: The revenue amount for this sale, in USD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | ||
| revenue_usd | Yes |