When trying to set up Google Analytics Conversion Funnels, it’s helpful to know what URLs make up the sequence of pages someone goes through to accomplish a task.
For TeamRaiser by Blackbaud (nee Convio), the URLs in the funnel for making a donation to a participant are (ignoring domain) as follows below, using common regular expression patterns. There are four of them and they only differ by one parameter.
/site/Donation2?idb=[0-9]+&df_id=[0-9]+&FR_ID=[0-9]&PROXY_ID=[0-9]+&PROXY_TYPE=[0-9][0-9]&[0-9]+.donation=form1&JServSessionIdr004=.+
You can simplify that URL by having your profile ignore certain CGI parameters, like PROXY_ID and PROXY_TYPE, as well as JServSessionIdr004, idb, fr_id and df_id, but give that some thought before you do so.
The second, third and fourth URLs look very much the same, except for the donation parameter:
donation=form1
donation=form2
donation=form3
donation=completed