A Wild and Crazy Question About Source Codes

Hi,

I've just been sitting here the last couple of days cranking out statistics for the rest of the Marketing team on response rates and all that sort of stuff. Which brings us back to the age-old problem that you can have a promoted inhouse source for a customer but it only gets attached to their order if a) it's manually processed by a box office operator who selects the correct inhouse source or b) they enter a promo code on the web that activates that source code or c) you embed the source code in the URL.

Which, of course, misses out on the large number of people who read an email or a brochure, bypass our links completely and then go and buy something from the web later and get the generic web source.

 

So here was my wild and crazy idea - could I possibly write a nightly routine that would take people who have ordered over the web with the generic source and then change their source code back-end to an inhouse source if they happened to have one? The most difficult part, of course, would be to work out some sort of system for stack-ranking existing in-house sources so that the correct one gets picked (and that may well be insurmountable, given how keen we are on source codes here). But assuming such an auto-calculation of a source could be done, my question is - where would this need to be changed?

I'm thinking:

- Change the source code on T_ORDER

- Look up the corresponding T_TRANSACTION row (presumably by order_no) and change the source_no entry there.

- Look up T_PROMOTION, find the inhouse source I want to use on that customer's record and update the response to "TransProcessed" and put in the response_dt.

Would this work? Or am I missing something highly dangerous that could blow up our Tessitura?

Parents
  • One more option to consider…  Most reports include a list parameter.  If you create a list of everyone who has a promotion for the source you are interested in and then use that list with a sales report you’ll be able to easily see how many of those people purchased tickets.  If you use the list with a source report (like Performance by Appeal), you’ll also be able to see which sources were actually used for their transactions, giving you some insight into how consistently the target source was or wasn’t used at purchase.

     

    Kevin Sheehan

    Senior Technical Writer & Consultant

    Tessitura Network

    +1 888 643 5778 x 329

    ksheehan@tessituranetwork.com

     

Reply
  • One more option to consider…  Most reports include a list parameter.  If you create a list of everyone who has a promotion for the source you are interested in and then use that list with a sales report you’ll be able to easily see how many of those people purchased tickets.  If you use the list with a source report (like Performance by Appeal), you’ll also be able to see which sources were actually used for their transactions, giving you some insight into how consistently the target source was or wasn’t used at purchase.

     

    Kevin Sheehan

    Senior Technical Writer & Consultant

    Tessitura Network

    +1 888 643 5778 x 329

    ksheehan@tessituranetwork.com

     

Children
No Data