Coupon Usage Report

Coupon Usage Report

Navigation

Operations → Reporting → Financial → Coupon Usage

image-20250408-123842.png

Overview

Many merchants use Coupons for marketing.  This built in report will give the merchant the ability to create reports providing valuable sales information.

To generate your report you simply;

  • Enter the from/to date range desired or alternatively, click one of the Date Range shortcuts 

  • Click the Generate Report button.

image-20250408-122818.png

Date Ranges

There are only two dates to be entered;

  • From (starting date) and 

  • To (ending date).  This tells the system the reporting period you want to see.

Common Date Ranges (shortcuts)

To the right of the date fields is the Common Date Ranges shortcuts. Consider this optional method for entering your date range to save some typing.  Simply click the link from one of the following rows:

  • Recent

  • Days ago

  • This Year 

  • Last year row.

Include all Usages (optional)

Selecting the "include all usages" checkbox will cause the report to include use of the coupon in orders in which the coupon did not actually yield a discount. Here are two examples:

  • some customers apply coupons and then don’t actually buy the discounted items so by default we filter those. 

  • some merchants use "tracking" coupons that don’t actually apply a discount.

Generate Report

Click the Generate Report button once you have finished entering the Date Range and any optional settings. If the report date range is short, you may see the report generated and available immediately.  If not, you may receive a Report Pickup notice (see below).  The following is an example of the Coupon Usage Report with very short date range settings.  This particular report is comprised of a worksheet with two tabs shown below:

Tab #1 - Coupon Usage Summary

 

Tab #2 - 10OFF

 

Report Pickup

If a report that you've created covers a large date range you can expect some wait time.  You'll be notified if there is a delay and will be told that you can obtain the report in the Report Pickup area.  

Click here for more about the Report Pickup.

image-20250408-124021.png

Abandon Lead and Return Email

If you are using the return email feature a customer will not be considered an abandon until after the return email has expired. If the customer receive the return email and is provided a coupon, the coupon will display as part of the usage report, but it will not be an abandon cart and the customers information will not be displayed as an abandon customer.

 

Frequently Asked Questions

Q: How can I get a list of currently valid coupons?

A: From the coupon configuration page, you can click on the ‘Expiration’ column heading to toggle sorting on that column Ascending/Descending.

Alternatively, use the AI Report Builder to generate the report, with the following SQL prompt:
"Show me all active coupons that are currently valid for use, including the coupon code, description, type, who can use them, expiration dates, and whether they can be stacked with other coupons."

Key Filtering Requirements:

  • Filter by start_dts (must be in the past - coupon has started)

  • Filter by expiration_dts (must be in the future - coupon hasn't expired)

  • Consider filtering out hidden coupons (hide_from_customer = false) depending on your needs

UltraCart Permission Level:

  • Standard Access: The uc_coupons table is in the standard ultracart_dw dataset, which contains no PII (Personally Identifiable Information)
    No Special Permissions: Unlike customer data, coupon information doesn't require elevated permissions to the ultracart_dw_medium dataset