Promo Code Reporting

I'm curious what other organizations use for analyzing the effectiveness of their promo codes. There doesn't seem to be one canned report that has all the info we would want that I can limit to just ticket buyers with a specific promo code. Looking to get: # of tickets purchased and the total cost, organized by the promo code, for multiple promos/shows at a time.

Let me know if you have come up with any solutions for this.

Thanks,
Maia

Parents Reply
  • In that case I often use the Performance by Appeal to keep marketing at bay.  You can output individual Perfs or Perf Season to Excel and Pivot it.
    At the moment though (because I'm having troubles with Facebook Login stripping Source Codes at the Order Level) I'm going into SSMS and doing Source Code Analysis joining T_ORDER and T_LINEITEM.  It's much easier than it sounds and is essentially what T-Stats is doing  It'd be a simple report to write if I wasn't so lazy.

Children